Learn R Programming

websearchr (version 0.0.1)

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