Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update importNCRNwater: include sample depth/units into the water data obj #31

Open
aaronweed opened this issue Mar 1, 2020 · 0 comments
Assignees

Comments

@aaronweed
Copy link
Contributor

aaronweed commented Mar 1, 2020

Since NETN (and others) collect data across depths a sample depth data field needs to be added into the data object created by the importNCRNwater function. NETN can create its own function to do so or args to select on line 51 can be updated to pass the correct fields from imported data.

E.g., lines 50-51 from importNCRNwater following pmap():

dplyr::filter(Indata, SiteCode == !!SiteCode, Characteristic == DataName) %>% dplyr::select(Date, Value, TextValue, MQL, UQL, Censored, ValueCen)})

to

dplyr::filter(Indata, SiteCode == !!SiteCode, Characteristic == DataName) %>% dplyr::select(-cols we don't want)}

@aaronweed aaronweed self-assigned this Mar 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant