Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pipeline/L1_normalize.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ for(i in seq_along(files_to_process)) {
dat <- read_csv(fn,
# don't want timestamp parsed to a datetime at this point
col_types = list(TIMESTAMP = col_character()),
na = c("NA", "NAN", "NaN", ""))
na = c("NA", "NAN", "NaN", "", "-99999"))

# ------------- Design table

Expand Down