#' @importFrom rlang list2 .data
NULL
try_tibble <- function(data) {
tryCatch(dplyr::as_tibble(data), error = function(e) data)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.