R/utils.r

Defines functions `%||%`

if (!exists("%||%")) `%||%` <- function(x, y) if (is.null(x) || length(x) == 0) y else x

standard_dataframe_attributes <- c('names', 'row.names', 'class')
robertzk/syberiaMungebits documentation built on July 30, 2019, 3:37 p.m.