Learn R Programming

electricShine (version 0.0.0.9000)

construct_mran_url: Construct MRAN url if snapshot date provided

Description

Construct MRAN url if snapshot date provided

Usage

construct_mran_url(mran_date = NULL, cran_like_url = NULL)

Arguments

mran_date

MRAN snapshot date (e.g. "2019-08-05")

cran_like_url

url to CRAN-like repository

Value

CRAN-like url

Examples

Run this code
# NOT RUN {
construct_mran_url(mran_date = "2019-08-05")

construct_mran_url(cran_like_url = "https://cloud.r-project.org")

# }

Run the code above in your browser using DataLab