Description Usage Arguments Value Examples See Also
Specifies a Github package to install in run environment
1 | github_package(repository, auth_token = NULL)
|
repository |
Repository address of the github package |
auth_token |
Personal access token to install from a private repo. |
A named list containing the package specifications
1 2 3 4 | pkg1 <- github_package("Azure/azureml-sdk-for-r")
env <- r_environment(name = "r_env",
github_packages = list(pkg1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.