R/pkg.R

#' 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"
asardaes/dtplyr documentation built on May 6, 2019, 12:01 a.m.