R/dottedCase.R

#' Dotted case
#'
#' Support is provided for matching against base R parameters. However, it is
#' recommended to avoid using it for variable assignments into an `environment`,
#' as that can introduce conflicts with base functions.
#'
#' @export
#' @inherit camelCase return
#' @inheritParams AcidRoxygen::params
#'
#' @examples
#' showMethods("dottedCase")
setGeneric(
    name = "dottedCase",
    def = function(object, ...) {
        standardGeneric("dottedCase")
    }
)
acidgenomics/AcidGenerics documentation built on March 19, 2024, 5:31 p.m.