needsReview: Function to return sample needing review

Description Usage Arguments Details Value Examples

View source: R/needsReview.R

Description

Function to return sample needing review

Usage

1
needsReview(qw.data, flaggedResults = NULL)

Arguments

qw.data

A qw.data list generated from readNWISodbc

flaggedResults

Optional dataframe of flagged results generated from flagSummary function

Details

Returns list of unapproved results (DQI of I, S, or P) and if the result has been flagged anywhere

Value

A dataframe containing all samples with applicable flags

Examples

1
2
3
data("exampleData",package="WQReview")
pestCheckOut <- pestCheck(qw.data=qw.data,
             returnAll = FALSE)

USGS-R/WQ-Review documentation built on Nov. 12, 2019, 9:51 a.m.