algorsky / ds-pipelines-targets-2

https://lab.github.com/USGS-R/usgs-targets-tips-and-tricks
0 stars 0 forks source link

Exchange object and file targets in the pipeline #9

Closed algorsky closed 2 years ago

algorsky commented 2 years ago

I exchanged object and file targets in the pipeline. Specifically, I changed site_data_csv and site_info_csv into objects called site_data and site_info. I changed site_data_clean and cleaned_data into .csv files called nwis_data_clean_csv and cleaned_data_csv.

algorsky commented 2 years ago

targets::tar_make() ✓ skip target site_data_01436690 ✓ skip target site_data_01427207 ✓ skip target site_data_01432160 ✓ skip target site_data_01466500 ✓ skip target site_data ✓ skip target nwis_data_clean_csv ✓ skip target site_info • start target cleaned_data_csv Rows: 140316 Columns: 3 ── Column specification ──────────────────────────────────────────────────────── Delimiter: "," chr (1): site_no dbl (1): water_temperature dttm (1): dateTime \ ℹ Use spec() to retrieve the full column specification for this data. ℹ Specify the column types or set show_col_types = FALSE to quiet this message. • built target cleaned_data_csv ✓ skip target figure_1_png • end pipeline

github-learning-lab[bot] commented 2 years ago


When you are done poking around, check out the next issue.