diff options
Diffstat (limited to 'R/checkplate.R')
-rw-r--r-- | R/checkplate.R | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/R/checkplate.R b/R/checkplate.R index e03be70..0a56e44 100644 --- a/R/checkplate.R +++ b/R/checkplate.R @@ -1,4 +1,4 @@ -checkplate <- function(id,db="cytotox") +checkplate <- function(id, db = "cytotox") { - checkexperiment(id,db=db) + checkexperiment(id, db = db) } |