I split the site download data into 5 separate targets using the download_nwis_site_data() function and target_name argument. I connect these files into a list of files (with hashes) that will get used by a function that combines the data into a single data frame for plotting. I combined all the processing functions from old pipeline into a single function.
I split the site download data into 5 separate targets using the
download_nwis_site_data()
function andtarget_name
argument. I connect these files into a list of files (with hashes) that will get used by a function that combines the data into a single data frame for plotting. I combined all the processing functions from old pipeline into a single function.addresses #4