Learn R Programming

stanza (version 1.0-3)

conda_install_stanza: Conda Install Stanza

Description

Conda Install Stanza

Usage

conda_install_stanza(
  envname = "stanza",
  packages = c("python", "stanza"),
  forge = FALSE,
  channel = c("stanfordnlp"),
  conda = "auto",
  ...
)

Value

NULL

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 conda_install.

Examples

Run this code
if (FALSE) {
conda_install_stanza()
}

Run the code above in your browser using DataLab