#' Convert do dt
#'
#' @param df data.frame to convert
#' @return dt
#' @importFrom data.table as.data.table
#' @export
tdt <- function(df) {
dt <- data.table::as.data.table(df)
return(dt)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.