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

Deal with duplicate variables #148

Open
joethorley opened this issue Aug 7, 2020 · 1 comment
Open

Deal with duplicate variables #148

joethorley opened this issue Aug 7, 2020 · 1 comment
Assignees

Comments

@joethorley
Copy link
Collaborator

# A tibble: 8 x 4
  Variable              Code     Units EC_Code
  <chr>                 <chr>    <chr>   <int>
1 Chromium Total        EMS_CR_T ug/L      463
2 Chromium Total        EMS_CR_T mg/L      463
3 Conductivity Specific EMS_SC_F mS/cm      NA
4 Conductivity Specific EMS_0011 mS/cm      NA
5 Temperature           EMS_0013 degC      840
6 Temperature           EMS_TEMF degC       NA
7 Turbidity             EMS_TURF NTU        NA
8 Turbidity             EMS_0015 NTU       864

In particular set Chromium to have the units in the limits table.

Distinguish between Temperature and Temperature - Field (TEMF)
Treat Conductivity and Turbidity as the same with the same EC_Code

@joethorley joethorley self-assigned this Aug 7, 2020
@joethorley
Copy link
Collaborator Author

Currently I've given them all unique Variable names (as well as codes)

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