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