set_repos | R Documentation |
Set R repositories A simple function for setting R repositories.
set_repos(CRAN = "https://cran.rstudio.com/", ...)
CRAN |
Default is RStudio's CRAN repo |
... |
Other repositories |
## Not run:
set_repos(repoX = "https://example.com")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.