An open API service indexing awesome lists of open source software.

https://github.com/mkearney/makelinkrepo

🔗🔗 Create link repositories and share them on Github
https://github.com/mkearney/makelinkrepo

github github-repos link-list links r r-package resources rstats urls usethis

Last synced: 7 months ago
JSON representation

🔗🔗 Create link repositories and share them on Github

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# makelinkrepo

> 🔗🔗 Create link repositories and share them on Github

## Installation

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

``` r
remotes::install_github("mkearney/makelinkrepo")
```

## Example

Create a test link repo.

```{r example, eval = FALSE}
## 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](https://github.com/mkearney/linkrepotest).