#' Bindings to use dplyr's verbs with data.table
#'
#' A set of light-weight bindings that map [dplyr::dplyr-package] verbs to an expression that can be
#' used within a [data.table::data.table-package]'s frame.
#'
#' @author Alexis Sarda-Espinosa
#'
#' @importFrom rlang !!
#' @importFrom rlang !!!
#' @importFrom data.table is.data.table
#'
"_PACKAGE"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.