Skip to content

Commit

Permalink
change tabMWRwqx output for AQL to Present Above Quantification Limit,
Browse files Browse the repository at this point in the history
…fix #64
  • Loading branch information
fawda123 committed Nov 3, 2023
1 parent 4709b1f commit 40139ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tabMWRwqx.R
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ tabMWRwqx <- function(res = NULL, acc = NULL, sit = NULL, wqx = NULL, fset = NUL
`Sample Collection Equipment Name` = ifelse(`Activity Type` %in% c('Sample-Routine', 'Quality Control Sample-Field Blank', 'Quality Control Sample-Field Replicate'), 'Water Bottle', NA_character_),
`Characteristic Name User Supplied` = `Characteristic Name`,
`Result Detection Condition` = ifelse(`Result Value` == 'BDL', 'Not Detected',
ifelse(`Result Value` == 'AQL', 'Present Above Quantitation Limit',
ifelse(`Result Value` == 'AQL', 'Present Above Quantification Limit',
NA_character_
)
),
Expand Down

0 comments on commit 40139ce

Please sign in to comment.