#' Make syntactically valid dimnames
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Modified object.
#' Both row and columns names will be made syntactically valid.
#'
#' @examples
#' showMethods("makeDimnames")
setGeneric(
name = "makeDimnames",
def = function(object, ...) {
standardGeneric("makeDimnames")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.