#' Convert syntactic names to words separated by spaces
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `character`.
#' Words separated by spaces.
#'
#' @examples
#' showMethods("makeWords")
setGeneric(
name = "makeWords",
def = function(object, ...) {
standardGeneric("makeWords")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.