View source: R/install_rosetta.R
install_rosetta | R Documentation |
Wrapper around reticulate::py_install()
to install the Rosetta Pedotransfer Function Python package
install_rosetta(
envname = NULL,
method = "auto",
conda = "auto",
pip = TRUE,
user = FALSE,
upgrade = TRUE,
system = FALSE,
arcpy_path = getOption("rosettaPTF.arcpy_path")
)
envname |
The name, or full path, of the environment in which Python packages are to be installed. When |
method |
|
conda |
Default: |
pip |
logical. Use |
user |
logical. Default: |
upgrade |
logical. Install latest versions of Python packages by passing |
system |
logical. Default: |
arcpy_path |
Argument passed to |
From reticulate::py_install()
: On Linux and OS X the "virtualenv" method will be used by default ("conda" will be used if virtualenv isn't available). On Windows, the "conda" method is always used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.