View source: R/construct_mran_url.R
construct_mran_url | R Documentation |
Construct MRAN url if snapshot date provided
construct_mran_url(mran_date = NULL, cran_like_url = NULL)
mran_date |
MRAN snapshot date (e.g. "2019-08-05") |
cran_like_url |
url to CRAN-like repository |
CRAN-like url
construct_mran_url(mran_date = "2019-08-05") construct_mran_url(cran_like_url = "https://cloud.r-project.org")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.