Skip to content

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

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

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