install_environment | R Documentation |
This function creates the vmsae python environment and installs required packages.
install_environment(envname = "vmsae", use_gpu = FALSE)
envname |
Character. The name of the Python environment to create or update.
Default is |
use_gpu |
Boolean. An indicator for whether to install packages with GPU support.
Default is |
No return value, called for side effects
## Not run:
library(vmsae)
# this function is time consuming for the first run
install_environment() # Install into default "vmsae" environment
# this step is time consuming for the first run
install_environment("custom") # Install into a custom-named environment
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.