Skip to content

Commit 6a3733d

Browse files
committed
save output
1 parent d068b3e commit 6a3733d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/signal_spreadsheet_updater.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,10 +1013,9 @@ dua_link <- c(
10131013
source_updated[, col] <- dua_link[source_updated$data_source]
10141014

10151015

1016-
source_updated
10171016

1018-
1019-
# TODO: save updated signals table to CSV [readr::read_csv]
1017+
# Save updated signals table to CSV [readr::write_csv]
1018+
write_csv(source_updated, file = "updated_signal_spreadsheet.csv")
10201019

10211020

10221021
# Final manual steps:

0 commit comments

Comments
 (0)