aboutsummaryrefslogtreecommitdiff
path: root/R/drdata.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-03-24 15:28:44 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-03-24 15:28:44 +0100
commitbaf8e4341b58c09532b4ca37ebf80c9068934db4 (patch)
treea6abd8cbdfa849a672d2abcfde5af4bfc180bcf6 /R/drdata.R
parent22c11d5dbc118881f9cfd7c9c2ac9711295a0f16 (diff)
Import version 0.6.7 from CRAN
I had deleted the git commits between 0.6.4 and 0.6.7 while removing drfit from github, while the latest changes were not pushed to jrwb.de yet.
Diffstat (limited to 'R/drdata.R')
-rw-r--r--R/drdata.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/drdata.R b/R/drdata.R
index dc741a6..0bf9597 100644
--- a/R/drdata.R
+++ b/R/drdata.R
@@ -21,7 +21,7 @@ drdata <- function(substances, experimentator = "%", db = "cytotox",
type <- organism
}
}
-
+
query <- paste("SELECT conc,",responsetype,",unit,experimentator,substance,",testtype,
",ok FROM ", db, " WHERE substance IN ('",
slist,"') AND experimentator LIKE '",

Contact - Imprint