Learn R Programming

neotoma2 (version 1.0.5)

get_manual: get_manual

Description

Open up the Neotoma manual homepage.

Usage

get_manual()

Arguments

Value

NULL side effect for opening browser with the manual

Author

Simon Goring goring@wisc.edu

Examples

Run this code
{
# This call does not work from `source()` calls or in testing.
# interactive() just lets us know you are interacting with the console:
if (interactive()) {
 get_manual()
}
}

Run the code above in your browser using DataLab