#' Interesting groups
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `character`.
#'
#' @examples
#' showMethods("interestingGroups")
setGeneric(
name = "interestingGroups",
def = function(object, ...) {
standardGeneric("interestingGroups")
}
)
#' @rdname interestingGroups
#' @export
setGeneric(
name = "interestingGroups<-",
def = function(object, ..., value) {
standardGeneric("interestingGroups<-")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.