Learn R Programming

spsurvey (version 4.0.0)

warnprnt: Internal Function: Print the Warnings Data Frame

Description

This function prints the warnings data frame.

Usage

warnprnt(warn.df = get("warn.df", envir = .GlobalEnv),
  m = 1:nrow(warn.df))

Arguments

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.

Value

Invisible return. Prints warnings.