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