warnprnt: Internal Function: Print the Warnings Data Frame

Description Usage Arguments Value Author(s)

View source: R/warnprnt.R

Description

This function prints the warnings data frame.

Usage

1
2
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.

Author(s)

Tom Kincaid Kincaid.Tom@epa.gov


mhweber/spsurvey documentation built on Sept. 17, 2020, 4:24 a.m.