Skip to content

R package to integrate rdocumentation.org into your R workflow

Notifications You must be signed in to change notification settings

MooreZhu/RDocumentation

This branch is up to date with datacamp/RDocumentation:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Filip Schouwenaars
Jun 1, 2018
9c9bd8c · Jun 1, 2018
Jun 1, 2018
Jun 1, 2018
Jan 5, 2018
Sep 26, 2016
Nov 18, 2016
Sep 25, 2016
Oct 20, 2017
Jun 1, 2018
Jan 16, 2018
Jun 1, 2018
Jan 16, 2018
Jun 1, 2018
Jun 1, 2018

Repository files navigation

RDocumentation

Travis-CI Build Status codecov CRAN_Status_Badge

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

Installation

To install the latest stable version from CRAN:

install.packages("RDocumentation")

You can also use devtools to install the latest development version:

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.

  • Browse beautifully formatted and designed help pages.

  • Post reviews and help package authors to improve their documentation

About

R package to integrate rdocumentation.org into your R workflow

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%