R/makeDimnames.R

#' 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")
    }
)
acidgenomics/bioverbs documentation built on April 7, 2024, 7:14 a.m.