check_tss: check_tss. Flag TSS results without an accompanying SSC...

Description Usage Arguments Details Value Examples

View source: R/check_tss.R

Description

Function to flag TSS results without an accompanying SSC result

Usage

1
check_tss(x, returnAll = FALSE, reviewSummary = FALSE)

Arguments

x

A dataframe output from get_localNWIS

returnAll

logical, return dataframe containing all results or only return flagged samples. Default is FALSE

reviewSummary

logical, for center-level review, if TRUE a summary count of flags by site and water year is returned instead of individual flagged samples.

Details

See OSW Technical Memo No. 2001.03 for more details and background information

Rejected samples are not included.

Value

A dataframe containing all samples with applicable flags

Examples

1
2
3
data("exampleData",package="sedReview")
x <- exampleData
check_tssOut <- check_tss(x)

USGS-R/sedReview documentation built on Aug. 24, 2020, 9 p.m.