diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2018-09-15 19:04:23 +0200 |
---|---|---|
committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2018-09-15 19:04:23 +0200 |
commit | c61698e427974faffd9b43755a51b6eb9122be90 (patch) | |
tree | 4c33adebdcf538143ae1f9fcd8785f03e6c47efb /man/checkcontrols.Rd | |
parent | 23528ad9b4f07434b3249f1e48ade1e0d07528bf (diff) |
Switch to odbc, reformattting of code
to make it more readable. Also remove outdated hyperlinks from
the help files.
Diffstat (limited to 'man/checkcontrols.Rd')
-rw-r--r-- | man/checkcontrols.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/checkcontrols.Rd b/man/checkcontrols.Rd index 91d2dff..d99c342 100644 --- a/man/checkcontrols.Rd +++ b/man/checkcontrols.Rd @@ -6,7 +6,8 @@ experiments from a specified database. } \usage{ - checkcontrols(last = 10, id = NULL, db = "cytotox", + checkcontrols(last = 10, id = NULL, + db = c("cytotox", "enzymes", "ecotox"), celltype = "IPC-81", enzymetype = "AChE", organism = "Vibrio fischeri", endpoint = "\%", qcc = c("R", "xbar")) @@ -54,6 +55,5 @@ \author{ Johannes Ranke \email{jranke@uni-bremen.de} - \url{http://www.uft.uni-bremen.de/chemie/ranke} } \keyword{database} |