aboutsummaryrefslogtreecommitdiff
path: root/R/checkplate.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-10-11 18:02:29 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2018-10-11 18:02:29 +0200
commit6cd60a250597e6cae027e17fbb9dd40ca63f1728 (patch)
tree5d57aa0e1cae74bb08a3e2fb55b1ce1bf7c81278 /R/checkplate.R
parent35e779147a3d22662638791de343557dcbf6ebaa (diff)
Version 0.7.2v0.7.2
with fixed checkplate function
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