Description Usage Arguments Value Examples
View source: R/check_metaData.R
Function to perform NWIS 20.xx checks
1 | check_metaData(x, returnAll = FALSE)
|
x |
A |
returnAll |
logical, return dataframe containing all results or only return flagged samples. Defualt is FALSE |
A dataframe containing all samples with applicable flags
1 2 3 | data("exampleData",package="sedReview")
x <- exampleData
nwis20flags <- check_metaData(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.