# # .dev_mode <- function() {
# assignInNamespace("print.data.table",
# function(x, ...) {
# cat("\t\t\t*** actual class: data.table ***", "\n")
# print(tibble::as_tibble(x), ...)
# },
# ns = "data.table")
# # }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.