conda_install_stanza | R Documentation |
Conda Install Stanza
conda_install_stanza(
envname = "stanza",
packages = c("python", "stanza"),
forge = FALSE,
channel = c("stanfordnlp"),
conda = "auto",
...
)
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 |
NULL
## Not run:
conda_install_stanza()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.