get_manual | 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()
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.