Skip to content

mkearney/makelinkrepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

makelinkrepo

πŸ”—πŸ”— Create link repositories and share them on Github

Installation

You can install the released version of makelinkrepo from Github with:

remotes::install_github("mkearney/makelinkrepo")

Example

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.

Releases

No releases published

Packages

No packages published

Languages