diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2014-02-03 22:04:37 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2014-02-03 22:04:37 +0000 |
commit | 184aacf1ad5a28b2428633cd1966d6fb881eb3b0 (patch) | |
tree | 8317bf1364476fb1681c0afdd090fc2a00265c0f /R/drdata.R | |
parent | 88937b957b30b9e197858ebc3a3219079fd01f96 (diff) |
- Some updates to the packaging
- Add the possibility to calculate EDx values
- see ChangeLog for a full description
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@97 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'R/drdata.R')
-rw-r--r-- | R/drdata.R | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3,7 +3,6 @@ drdata <- function(substances, experimentator = "%", db = "cytotox", organism="Vibrio fischeri",endpoint="Luminescence",whereClause="1", ok="'ok','no fit'") { - library(RODBC) channel <- odbcConnect(db,uid="cytotox",pwd="cytotox",case="tolower") slist <- paste(substances,collapse="','") if (db == "cytotox") { |