R/utils.R

#' @title Used internally in \code{shakeWAR}
#' 
#' @param ... arguments passed to \code{mosaic::do}.
#' @description This is a hack to avoid warning about importing both mosaic::do and dplyr::do
#' 
#' 
mosaic.do <- function (...) {
  return(mosaic::do(...))
}
beanumber/openWAR documentation built on May 12, 2019, 9:43 a.m.