Nothing
#' @description
#'
#' fastplyr is a tidy front-end using a faster and more efficient back-end based
#' on two packages, collapse and cheapr.
#'
#' fastplyr includes dplyr and tidyr alternatives that behave like their
#' tidyverse equivalents but are more efficient.
#'
#' Similar in spirit to the excellent tidytable package, fastplyr
#' also offers a tidy front-end that is fast and easy to use. Unlike tidytable,
#' fastplyr verbs are interchangeable with dplyr verbs.
#'
#' You can learn more about the tidyverse, collapse and cheapr
#' using the links below.
#'
#' \href{https://www.tidyverse.org/learn/}{tidyverse}
#'
#' \href{https://sebkrantz.github.io/collapse/articles/collapse_intro.html}{collapse}
#'
#' \href{https://github.com/NicChr/cheapr}{cheapr}
#'
#' @keywords internal
#' @importFrom dplyr .data
#' @importFrom dplyr across
#' @importFrom dplyr all_of
#' @importFrom cheapr vector_length
"_PACKAGE"
.datatable.aware <- TRUE
utils::globalVariables(":=")
## usethis namespace: start
#' @importFrom lifecycle deprecated
#' @useDynLib fastplyr, .registration = TRUE
## usethis namespace: end
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.