ππ Create link repositories and share them on Github
You can install the released version of makelinkrepo from Github with:
remotes::install_github("mkearney/makelinkrepo")
Create a test link repo.
## load pkg
library(makelinkrepo)
## vector of links
links <- c("https://testingtesting.com?q=test&n=500",
"http://test.org#test")
## repo name
repo_name <- "linkrepotest"
## make link repo
linkrepo(links, repo_name)
See the example repo here.