Learn R Programming

SWMPr (version 2.5.0)

qaqcchk: Summary of QAQC flags in SWMP data

Description

Summary of the number of observations with a given QAQC flag for each parameter column of a swmpr object

Usage

qaqcchk(swmpr_in)

# S3 method for swmpr qaqcchk(swmpr_in)

Value

Returns a data.frame with columns for swmpr parameters and row counts indicating the number of observations in each parameter assigned to a flag value.

Arguments

swmpr_in

input swmpr object

Details

Viewing the number of observations for each parameter that are assigned to a QAQC flag may be useful for deciding how to process the data qith qaqc. The qaqcchk function can be used to view this information. Consult the online documentation for a description of each QAQC flag: https://cdmo.baruch.sc.edu/data/qaqc.cfm

See Also

qaqc

Examples

Run this code
## get data
data(apadbwq)
dat <- apadbwq

## view the number observations in each QAQC flag
qaqcchk(dat)

Run the code above in your browser using DataLab