#' 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")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.