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