R/order_rows.R

Defines functions order_rows

#' @keywords internal
order_rows <- function(x, y) {
    if (x == y) {
        x
    } else {
        c(x, y)
    }
}
waldronlab/HMP16SData documentation built on Oct. 26, 2023, 5:42 a.m.