warnprnt: Print grts(), irs()), and analysis function warnings

View source: R/warnprnt.R

warnprntR Documentation

Print grts(), irs()), and analysis function warnings

Description

This function prints the warnings messages from the grts(), irs(), and analysis functions.

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

Printed warnings.

Author(s)

Tom Kincaid Kincaid.Tom@epa.gov


spsurvey documentation built on May 31, 2023, 6:25 p.m.