#' Map input to row names
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `character`.
#'
#' @examples
#' showMethods("mapRownames")
setGeneric(
name = "mapRownames",
def = function(object, ...) {
standardGeneric("mapRownames")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.