mirror of
https://github.com/msberends/AMR.git
synced 2026-03-07 17:31:34 +01:00
(v3.0.1.9026) fix ab_group(NA)
This commit is contained in:
8
R/mo.R
8
R/mo.R
@@ -623,6 +623,14 @@ mo_cleaning_regex <- function() {
|
||||
)
|
||||
}
|
||||
|
||||
#' @rdname as.mo
|
||||
#' @details `NA_mo_` is a missing value of the new `mo` class, analogous to e.g. base \R's [`NA_character_`][base::NA].
|
||||
#' @format NULL
|
||||
#' @export
|
||||
NA_mo_ <- set_clean_class(NA_character_,
|
||||
new_class = c("mo", "character")
|
||||
)
|
||||
|
||||
# UNDOCUMENTED METHODS ----------------------------------------------------
|
||||
|
||||
# this prevents the requirement for putting the dependency in Imports:
|
||||
|
||||
Reference in New Issue
Block a user