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

https://github.com/kirillseva/tldrrr

tldr client for R
https://github.com/kirillseva/tldrrr

Last synced: 4 months ago
JSON representation

tldr client for R

Awesome Lists containing this project

README

        

tldrrr: [tldr](https://github.com/tldr-pages/tldr/) client for R
===========

## Usage
```r
devtools::install_github('kirillseva/tldrrr')
library(tldrrr)
tldr('unzip')
```

![](http://puu.sh/mbzUq/dc33157c11.png)

```r
tldr('svcs', 'sunos')
```

![](http://puu.sh/mbA7B/3a731cc774.png)