Closed padilla410 closed 2 years ago
@padilla410 I am reviewing this now. Looking at your question about the use of case_when()
, based on your prompt for it, it sounds like what you have does not work and you expected it to. Do you have any other info about what isn't working? That would help me troubleshoot a working solution.
This PR is a partial solution to #320 (this table) and adds data from the following cooperator files:
The data in these files comes from two locations: Bull Shoals Reservoir and Lake of the Ozarks. The Bull Shoals data was successfully added to the pipeline, while the Lake of the Ozarks data was not, due to the unresolved issue #289.
A
case_when
questionI have a specific question for @jread-usgs. While working on these parsers I was trying to find spots to use regular expressions and
case_when
. Specifically, I tried six ways from Sunday to integrate this snippet into this portion of adplyr
pipeline.Specifically, I thought this should work:
The reason I need to have conditional formatting for
DateTime
is because theDateTime
field reads as eithercharacter
orPOSIXct
for each of the 14 files in6_temp_coop_fetch/in/Temp_DO_BSL_MM_DD_YYYY.zip
.Results from scmake("8_viz")
Bull Shoals BEFORE
Bull Shoals AFTER
Summary numbers (no change compared to #333):