Description Usage Arguments Details Value Examples
View source: R/check_sedMass.R
Function to check and flag sediment mass (P91157) less than 2mg
1 | check_sedMass(x, returnAll = FALSE, reviewSummary = FALSE)
|
x |
A |
returnAll |
logical, return dataframe containing all results or only return flagged samples. Default is FALSE |
reviewSummary |
logical, for center-level review, if |
Checks parameter code 91157 (Suspended sediment, sediment mass recovered from whole water sample, dry weight, grams) and flags samples < 2mg (< 0.002 g) with flag and result value.
Rejected samples are not included.
A dataframe containing all samples with applicable flags
1 2 3 | data("exampleData",package="sedReview")
x <- exampleData
check_sedMassOut <- check_sedMass(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.