#' Aggregate columns
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Modified object of same class, with columns aggregated.
#'
#' @examples
#' showMethods("aggregateCols")
setGeneric(
name = "aggregateCols",
def = function(x, ...) {
standardGeneric("aggregateCols")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.