note: Informational Messages

Description Usage Arguments Details Author(s) See Also Examples

View source: R/tools.R

Description

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

Usage

1

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.

Author(s)

Jeff Gentry

See Also

warning,stop

Examples

1
   note("This is an example of a note")

Biobase documentation built on Nov. 8, 2020, 6:52 p.m.