Open up the Neotoma manual homepage.
get_manual()NULL side effect for opening browser with the manual
{
# 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()
}
}