Informational Messages
Generates an informational message that corresponds to its argument(s). Similar to warning() except prefaced by "Note:" instead of "Warning message:".
note(...)
... |
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
note("This is an example of a note")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.