https://github.com/datacamp/RDocumentation
R package to integrate rdocumentation.org into your R workflow
https://github.com/datacamp/RDocumentation
Last synced: 4 months ago
JSON representation
R package to integrate rdocumentation.org into your R workflow
- Host: GitHub
- URL: https://github.com/datacamp/RDocumentation
- Owner: datacamp
- Created: 2013-12-28T17:27:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T12:59:11.000Z (8 months ago)
- Last Synced: 2024-12-03T16:02:47.565Z (4 months ago)
- Language: R
- Homepage: https://rdocumentation.org
- Size: 333 KB
- Stars: 212
- Watchers: 51
- Forks: 124
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- jimsghstars - datacamp/RDocumentation - R package to integrate rdocumentation.org into your R workflow (R)
README
# RDocumentation
[](https://travis-ci.org/datacamp/RDocumentation)
[](https://codecov.io/gh/datacamp/RDocumentation)
[](https://cran.r-project.org/package=RDocumentation)Enhance the search/help functionality in R with [RDocumentation.org](http://www.rdocumentation.org), and discover what R packages are most popular.
# Installation
To install the latest stable version from CRAN:
```R
install.packages("RDocumentation")
```You can also use `devtools` to install the latest development version:
```R
devtools::install_github("datacamp/RDocumentation")
library(RDocumentation)
```If the package is loaded, it overrides the basic help functions from the utils package:
* `help()` : for help about specific topic or packages
* `help.search()` : for help about fuzzy topics or packages
* `?`: shortcut for the two help functions, one question mark calls `help`, two calls `help.search`.# Features:
* Search through all CRAN, Bioconductor, Github packages and their archives thanks to [RDocumentation](http://www.rdocumentation.org).
* Browse beautifully formatted and designed help pages.
* Post reviews and help package authors to improve their documentation