#' Collapse to string
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Modified object, with character vectors collapsed to `character(1)`,
#' a character string.
#'
#' @examples
#' showMethods("collapseToString")
setGeneric(
name = "collapseToString",
def = function(object, ...) {
standardGeneric("collapseToString")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.