mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 18:01:50 +02:00
unit tests
This commit is contained in:
@ -163,7 +163,7 @@ quick_case_when <- function(...) {
|
||||
out
|
||||
}
|
||||
|
||||
rbind2 <- function (...) {
|
||||
rbind2 <- function(...) {
|
||||
# this is just rbind(), but then with the functionality of dplyr::bind_rows(),
|
||||
# to allow differences in available columns
|
||||
l <- list(...)
|
||||
|
Reference in New Issue
Block a user