get_manual {neotoma2} | R Documentation |
Open up the Neotoma manual homepage.
get_manual()
NULL side effect for opening browser with the manual
Simon Goring goring@wisc.edu
{
# 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()
}
}