\HeaderA{rt\_note}{Informational Messages}{rt.Rul.note}
\keyword{utilities}{rt\_note}
\begin{Description}\relax
For internal use only.

Generates  an informational message that corresponds to its
argument(s).  Similar to warning() except prefaced by "Note:"
instead of "Warning message:".
\end{Description}
\begin{Usage}
\begin{verbatim}
rt_note(...)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{...}] character vectors (which are pasted together) or NULL
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
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.
\end{Details}
\begin{Author}\relax
Jeff Gentry
\end{Author}
\begin{SeeAlso}\relax
\code{\LinkA{warning}{warning}},\code{\LinkA{stop}{stop}}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
   rt_note("This is an example of a note")
\end{ExampleCode}
\end{Examples}


