Description Usage Arguments Value Author(s)
This function prints the warnings data frame.
1 2 | warnprnt(warn.df = get("warn.df", envir = .GlobalEnv),
m = 1:nrow(warn.df))
|
warn.df |
Data frame that contains warning messages. The default is "warn.df", which is the name given to the warnings data frame created by functions in the spsurvey package. |
m |
Vector of indices for warning messages that are to be printed. The default is a vector containing the integers from 1 through the number of rows in warn.df, which will print all warning messages in the data frame. |
Invisible return. Prints warnings.
Tom Kincaid Kincaid.Tom@epa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.