From 1e34a47613d33bcfe0821a848bc96d58182f9715 Mon Sep 17 00:00:00 2001 From: Margaux Sleckman <36547359+msleckman@users.noreply.github.com> Date: Wed, 21 Dec 2022 14:32:41 -0800 Subject: [PATCH] Update 4_export.R 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. --- 4_export.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4_export.R b/4_export.R index 506712b..77500e0 100644 --- a/4_export.R +++ b/4_export.R @@ -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') ),