Env_requirements | R Documentation |
This function provides the SCP python environment requirements for a specific version.
Env_requirements(version = "3.8-1")
version |
A character vector specifying the version of the environment (default is "3.8-1"). |
The function returns a list of requirements including the required Python version and a list of packages with their corresponding versions.
A list of requirements for the specified version.
# Get requirements for version "3.8-1"
Env_requirements("3.8-1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.