aboutsummaryrefslogtreecommitdiff
path: root/R/checkplate.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/checkplate.R')
-rw-r--r--R/checkplate.R1
1 files changed, 1 insertions, 0 deletions
diff --git a/R/checkplate.R b/R/checkplate.R
index 1421179..d66e1be 100644
--- a/R/checkplate.R
+++ b/R/checkplate.R
@@ -1,4 +1,5 @@
checkplate <- function(id, db = c("cytotox", "enzymes"))
{
+ db <- match.arg(db)
checkexperiment(id, db = db)
}

Contact - Imprint