get_manual {neotoma2}R Documentation

get_manual

Description

Open up the Neotoma manual homepage.

Usage

get_manual()

Value

NULL side effect for opening browser with the manual

Author(s)

Simon Goring goring@wisc.edu

Examples

{
# 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()
}
}


[Package neotoma2 version 1.0.3 Index]