mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 20:41:58 +02:00
unit tests
This commit is contained in:
@ -185,5 +185,5 @@ join_microorganisms <- function(type, x, by, suffix, ...) {
|
||||
warning_("in `", type, "_microorganisms()`: the newly joined data set contains ", nrow(joined) - nrow(x), " rows more than the number of rows of `x`.")
|
||||
}
|
||||
|
||||
as_original_data_class(joined, class(x.bak))
|
||||
as_original_data_class(joined, class(x.bak)) # will remove tibble groups
|
||||
}
|
||||
|
Reference in New Issue
Block a user