RDocumentation (version 0.8.2)

documentation: Documentation on RDocumentation or via the normal help system if offline

Description

Wrapper functions around the default help functions from the utils package. If online, you'll be redirected to RDocumentation. If you're offline, you'll fall back onto your locally installed documentation files.

Usage

help(...)

"?"(...)

help.search(...)

Arguments

...

the arguments you'd pass to the default utils function with the same name

Details

for slow internet connections, a timeout can be set for getting the page of RDocumentation via options("RDocumentation.timeOut" = nb_of_seconds) the default timeout is 3 seconds.