count_methodsBySite: count_methodsBySite. Counts of samples by site, WY, sampling...

Description Usage Arguments Value See Also Examples

View source: R/count_methodsBySite.R

Description

Returns counts of samples by site, WY, sampling method, and sampler type.

Returns total counts of SSC(P80154), Bedload(P80225), Bedload mass (P91145), and the following specifics:

counts of SSC methode code (P82398)

counts of SSC sampler type (P84164)

counts of Bedload method code (P82398)

Note: Counts include rejected and no-results-reported samples. See check_metaData for samples missing method or sampler coding.

Usage

1

Arguments

x

A dataframe output from get_localNWIS

Value

A data.frame tabular summary of counts of samples by site, water year, and method

See Also

check_metaData

Examples

1
2
3
data("exampleData",package="sedReview")
x <- exampleData
count_methodsBySiteOut <- count_methodsBySite(x)

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