Skip to content

Commit 9b5c16b

Browse files
committed
quidel TODO
1 parent cf5a440 commit 9b5c16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/signal_spreadsheet_updater.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ source3 <- left_join(
186186
# *only in dplyr can you use col names without quotations, as.character is base function
187187
# *min_time, we can just use the earliest date available and not specify each geo's different dates
188188

189-
# TODO: fill in Temporal Scope Start/End for quidel signals. Can't get them from metadata.
189+
# TODO: fill in Temporal Scope Start/End for quidel signals by coalescing the existing column with the new data; quidel dates have already been filled in manually in the spreadsheet.
190190
source4 <- mutate(
191191
source3,
192192
`Temporal Scope Start Note` = min_time_notes,

0 commit comments

Comments
 (0)