mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 15:21:58 +02:00
make rsi
work in more cases, documentation update
This commit is contained in:
2
R/mic.R
2
R/mic.R
@ -286,7 +286,7 @@ as.numeric.mic <- function(x, ...) {
|
||||
|
||||
#' @rdname as.mic
|
||||
#' @method droplevels mic
|
||||
#' @param as.mic a [logical] to indicate whether the `mic` class should be kept, defaults to `FALSE`
|
||||
#' @param as.mic a [logical] to indicate whether the `mic` class should be kept - the default is `FALSE`
|
||||
#' @export
|
||||
droplevels.mic <- function(x, as.mic = FALSE, ...) {
|
||||
x <- droplevels.factor(x, ...)
|
||||
|
Reference in New Issue
Block a user