Closed padilla410 closed 2 years ago
This looks good to me. Are there any target names that should be changed, or are all those temporary files kept internally? https://github.com/USGS-R/national-flow-observations/search?p=1&q=RDS
@wdwatkins, no I don't think so. The qs
files are internal and stored locally in 10_nwis_pull/tmp
. They get munged into an RDS
file here so the target names does not change in 10_nwis_pull.yml
This PR closes #16. I chose to convert the temporary files generated by the data pull partitions from
RDS
(in10_nwis_pull/tmp
) toqs
as suggested in the original issue.I tagged @wdwatkins for the review for two reasons:
David, please let me know if I should tag someone else for review!
I have also included test code to verify that the process runs as expected: