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