Open up the Neotoma manual homepage.

get_manual()

Value

NULL side effect for opening browser with the manual

Author

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