#' Create a generic function for displaying data
#' @note Use to make a pretty DT::datatable
#' @export
display <- function(x, ...) UseMethod("display")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.