get_mirror | R Documentation |
Access CRAN or Bioconductor mirror
get_mirror(repo = "CRAN", country = "global")
repo |
one of 'CRAN' or 'BioC' |
country |
specify the mirrors from a specific country. Default to 'global' without filtering. |
The mirror lists are obtained from https://cran.r-project.org/mirrors.html (CRAN) or https://bioconductor.org/BioC_mirrors.csv (Bioconductor). This function allows user to extract mirrors from a specific country using internet country code.
a vector of mirror urls
Guangchuang Yu
head(get_mirror())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.