R/reexport.R

#' @importFrom dplyr %>%
#' @export
dplyr::`%>%`

#' @importFrom dplyr everything
#' @export
dplyr::everything

#' @importFrom dplyr all_of
#' @export
dplyr::all_of

#' @importFrom dplyr any_of
#' @export
dplyr::any_of

#' @importFrom dplyr starts_with
#' @export
dplyr::starts_with

#' @importFrom dplyr ends_with
#' @export
dplyr::ends_with

#' @importFrom dplyr contains
#' @export
dplyr::contains

#' @importFrom dplyr matches
#' @export
dplyr::matches
DanChaltiel/crosstable documentation built on Jan. 23, 2025, 10:10 a.m.