#' Capitalize
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Modified object.
#'
#' @examples
#' showMethods("capitalize")
setGeneric(
name = "capitalize",
def = function(object, ...) {
standardGeneric("capitalize")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.