
Last chance! 50% off unlimited learning
Sale ends in
This function prints the warnings data frame.
warnprnt(warn.df = get("warn.df", envir = .GlobalEnv),
m = 1:nrow(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.
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.