conda_install_stanza {stanza} | R Documentation |
Conda Install Stanza
Description
Conda Install Stanza
Usage
conda_install_stanza(
envname = "stanza",
packages = c("python", "stanza"),
forge = FALSE,
channel = c("stanfordnlp"),
conda = "auto",
...
)
Arguments
envname |
a character string giving the name or path of the conda environment to be used or created for the installation. |
packages |
a character vector giving the packages to be installed. |
forge |
a logical giving if conda forge should be used for the installation. |
channel |
a character vector giving the conda channels to be used. |
conda |
a character string giving the path to the conda executable. |
... |
additional arguments passed to |
Value
NULL
Examples
## Not run:
conda_install_stanza()
## End(Not run)
[Package stanza version 1.0-3 Index]