Learn R Programming

⚠️There's a newer version (0.8.2) of this package.Take me there.

Enhance the search/help functionality in R with RDocumentation.org, and discover what R packages are most popular.

Installation

To install the package, use devtools:

devtools::install_github("datacamp/Rdocumentation")
library(Rdocumentation)

The package overwrite 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 questionmark calls help, two calls help.search.

#Features:

  • Search through all CRAN, Bioconductor, Github packages and their archives thanks to RDocumentation.

  • Browse beautifully formatted and designed help pages.

  • Check if you have the latest version of a package and install or update with a single click.

  • Run examples with a single click, no more copy/pasting
  • Post reviews and help package authors to improve their documentation

Copy Link

Version

Install

install.packages('RDocumentation')

Monthly Downloads

71

Version

0.3

License

GPL (>= 2)

Maintainer

Jonathan Cornelissen

Last Published

April 11th, 2018

Functions in RDocumentation (0.3)

RDocumentation-package

Integrate R with RDocumentation.org
rdocs_url

Return the url for RDocumentation
makeDefault

Makes the RDocumentation package the default help-package.
hideViewer

Redirects the viewer to the RDocumentation help page.
check_package

Check if a package is installed for the user.
login

Log you in to RDocumentation if credentials are saved from last time
install_package

Installs the given package
help

Documentation on RDocumentation or via the normal help system if offline
help.search

Search the Help System on RDocumentation or local if offline