Skip to content

Commit

Permalink
Update L1_normalize.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
bpbond committed Dec 20, 2023
1 parent 26cd0fd commit dc33ed7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion synoptic/L1_normalize.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ f <- function(fn, out_dir, design_table) {
x <- separate(dat, design_link, sep = "-",
into = c("What", "Site", "Location", "Sensor"))
dat$F_OOS <- as.integer(oos(oos_troll, x))
smry$`OOS%` <- round(sum(dat$F_OOS) / nrow(dat) * 100, 1)
# Remove unneeded columns unless needed for debugging
if(!params$debug) {
message("\tDropping bounds columns")
Expand Down

0 comments on commit dc33ed7

Please sign in to comment.