virtualenv_install_stanza {stanza} | R Documentation |
Install Stanza via Virtual Environment
Description
Install Stanza via Virtual Environment
Usage
virtualenv_install_stanza(
envname = "stanza",
packages = "stanza",
python = NULL,
...
)
Arguments
envname |
a character string giving the name or path of the virtual environment to be used or created for the installation. |
packages |
a character vector giving the packages to be installed. |
python |
a string giving the name or path of the python version to be used
(e.g., |
... |
additional arguments passed to |
Value
NULL
Examples
## Not run:
virtualenv_install_stanza()
## End(Not run)
[Package stanza version 1.0-3 Index]