Skip to content

Commit

Permalink
Update 4_export.R
Browse files Browse the repository at this point in the history
missed changing this `p4_nwis_meas_sw_data_rds` target in #56 . This target which now is derived from `p2_nwis_meas_sw_data` and not `p1_nwis_meas_sw_data` since we process this latter target and added stream_order_category col.
  • Loading branch information
msleckman authored Dec 21, 2022
1 parent d7211d1 commit 1e34a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4_export.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tar_target(
## writing field measurement sw values to a single csv
tar_target(
p4_nwis_meas_sw_data_rds,
readr::write_csv(p1_nwis_meas_sw_data,
readr::write_csv(p2_nwis_meas_sw_data,
'4_reports/out/p1_nwis_meas_sw_data.csv')
),

Expand Down

0 comments on commit 1e34a47

Please sign in to comment.