View source: R/cranlike-repositories.R
repos_create | R Documentation |
Generate a local CRAN-like repository which can be used to store and distribute R packages.
repos_create(path, name = basename(path), add = TRUE)
path |
Path to a local CRAN-like repository. |
name |
The name to assign to the repository. Defaults to the directory name in which the reopsitory is created. |
add |
Add this new repository to the current set of repositories? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.