count_sampleStatus: count_sampleStatus. Counts of sample status (DQI_CD) by...

Description Usage Arguments Value Examples

View source: R/count_sampleStatus.R

Description

Returns counts of sample status (DQI_CD) by parameter for each site/WY or for multiple sites together

Usage

1
count_sampleStatus(x, bySite = TRUE)

Arguments

x

A dataframe output from get_localNWIS

bySite

Logical. Count by site if TRUE or for all sites if FALSE

Value

A data.frame tabular summary of counts of sample status (DQI_CD) by parameter

Examples

1
2
3
data("exampleData",package="sedReview")
x <- exampleData
count_sampleStatusOut <- count_sampleStatus(x,bySite = TRUE)

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