mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 19:01:51 +02:00
(v0.7.1.9027) tibble printing
This commit is contained in:
@ -425,11 +425,10 @@ mo_validate <- function(x, property, ...) {
|
||||
}
|
||||
|
||||
if (property == "mo") {
|
||||
return(structure(x, class = "mo"))
|
||||
return(to_class_mo(x))
|
||||
} else if (property == "col_id") {
|
||||
return(as.integer(x))
|
||||
} else {
|
||||
return(x)
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user