Learn R Programming

websearchr (version 0.0.3)

rdocumentation: Search rdocumentation.org

Description

Improve your workflow by searching rdocumentation.org directly from the console without having to switching to the browser and opening a new tab first.

Usage

rdocumentation(search_terms)

rdoc(search_terms)

Arguments

search_terms

Search terms encapsulated in " ".

Examples

Run this code
# NOT RUN {
rdocumentation("my search terms")
rdoc("package I am looking for")
# }

Run the code above in your browser using DataLab