aboutsummaryrefslogtreecommitdiff
path: root/R/checkplate.R
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2018-09-15 19:04:23 +0200
committerJohannes Ranke <johannes.ranke@jrwb.de>2018-09-15 19:04:23 +0200
commitc61698e427974faffd9b43755a51b6eb9122be90 (patch)
tree4c33adebdcf538143ae1f9fcd8785f03e6c47efb /R/checkplate.R
parent23528ad9b4f07434b3249f1e48ade1e0d07528bf (diff)
Switch to odbc, reformattting of code
to make it more readable. Also remove outdated hyperlinks from the help files.
Diffstat (limited to 'R/checkplate.R')
-rw-r--r--R/checkplate.R4
1 files changed, 2 insertions, 2 deletions
diff --git a/R/checkplate.R b/R/checkplate.R
index 0a56e44..1421179 100644
--- a/R/checkplate.R
+++ b/R/checkplate.R
@@ -1,4 +1,4 @@
-checkplate <- function(id, db = "cytotox")
+checkplate <- function(id, db = c("cytotox", "enzymes"))
{
- checkexperiment(id, db = db)
+ checkexperiment(id, db = db)
}

Contact - Imprint