Description Usage Arguments Details Author(s) See Also Examples
Generates an informational message that corresponds to its argument(s). Similar to warning() except prefaced by "Note:" instead of "Warning message:".
1 |
... |
character vectors (which are pasted together) or NULL |
This function essentially cat()'s the created string to the screen. It is intended for messages to the user that are deemed to be 'informational', as opposed to warnings, etc.
Jeff Gentry
1 | note("This is an example of a note")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.