View source: R/get_translations.R
install_nltk | R Documentation |
While reticulate is capable of binding to any Python environment available on a system, it’s much more straightforward for users if there is a common environment used by R packages with convenient high-level functions provided for installation. We therefore strongly recommend that R package developers use the approach described here.
install_nltk(method = "auto", conda = "auto")
method |
the method |
conda |
the conda environment |
https://rstudio.github.io/reticulate/articles/package.html#installing-python-dependencies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.