Biobase (version 2.26.0)

note: Informational Messages

Description

Generates an informational message that corresponds to its argument(s). Similar to warning() except prefaced by "Note:" instead of "Warning message:".

Usage

note(...)

Arguments

...
character vectors (which are pasted together) or NULL

Details

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.

See Also

warning,stop

Examples

Run this code
   note("This is an example of a note")

Run the code above in your browser using DataCamp Workspace