Skip to contents

Pins reticulate to the package's virtualenv for the current R session. If reticulate is already initialized to a different interpreter, this errors with a clear message (reticulate cannot switch interpreters mid-session).

Usage

downballot_use_python(envname = "downballotR")

Arguments

envname

Name of the virtualenv to use.

Value

Invisibly TRUE on success.