Skip to content

Commit

Permalink
Remove line for ccdR fix, to be merged to dev soon
Browse files Browse the repository at this point in the history
  • Loading branch information
cthunes committed Jun 5, 2024
1 parent 986facd commit 216e7d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/tcplQueryAPI.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ tcplQueryAPI <- function(resource = "data", fld = NULL, val = NULL, return_flds

# unlist logc to conc
dat <- dat %>% rowwise() %>% mutate(conc = list(10^unlist(logc))) %>% as.data.table()
if(tolower(fld) != "m4id") dat <- dat %>% unnest(cols = c("resp", "logc", "flag", "mc6MthdId")) %>% as.data.table()

} else if (resource == "assay") {

Expand Down

0 comments on commit 216e7d4

Please sign in to comment.