Skip to content

Commit

Permalink
don't delete QA_QC graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentineHerr committed Aug 26, 2021
1 parent 03b2054 commit 2c1db5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/QA_QC/checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ for( v in sort(unique(mean.not.within.range$variable.name))) {
}


file.remove(list.files("scripts/QA_QC", full.names = T)[grepl("GRAPH",list.files("scripts/QA_QC"), ignore.case = F)])
# file.remove(list.files("scripts/QA_QC", full.names = T)[grepl("GRAPH",list.files("scripts/QA_QC"), ignore.case = F)])

# ===== All tables numerical variables, check against range in corresponding matadata table ==== ####

Expand Down

0 comments on commit 2c1db5e

Please sign in to comment.