Skip to content

Commit 8d5ea26

Browse files
committed
look for "measure.verified" or "measure_verified"
1 parent e753cd2 commit 8d5ea26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rscripts/Generate_reports.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ if(nrow(stems_to_alert) > 0) {
365365
stems_to_alert$verified[i] <- anomaly_raw_data_file %>%
366366
read_csv(show_col_types = FALSE) %>%
367367
filter(tag == anomaly_tag & stemtag == anomaly_stemtag) %>%
368-
pull(measure_verified)
368+
pull(intersect(c("measure.verified", "measure_verified"), names(.)))
369369
}
370370

371371
# Remove if measurement has been verified

0 commit comments

Comments
 (0)