mkearney / makelinkrepo

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

Home Page:https://github.com/mkearney/makelinkrepo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://github.com/mkearney/makelinkrepo

License:Other


Languages

Language:R 100.0%