gec_env_create | R Documentation |
create grammar error correction python environment
gec_env_create(
envname = "gec_env",
packages = NULL,
forge = TRUE,
channel = character(),
conda = "auto",
python_version = 3.9
)
envname |
name of environment if you don't want to use the default |
packages |
packages to include beyond those specified in requirements.txt (none should be necessary) |
forge |
whether to use forge |
channel |
specific channels to prefer |
conda |
which conda to use |
python_version |
which python versionexists to use - defaults to 3.8 for guaranteed compatibility |
a python environment with requisite packages names "gec_env"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.