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")
    }
)
steinbaugh/bioverbs documentation built on April 10, 2024, 7:21 a.m.