R/reexports.R

# tidyselect ------------------------
#' @importFrom tidyselect starts_with contains ends_with everything any_of all_of num_range matches last_col where
#' @export
tidyselect::starts_with

#' @export
tidyselect::contains

#' @export
tidyselect::ends_with

#' @export
tidyselect::everything

#' @export
tidyselect::any_of

#' @export
tidyselect::all_of

#' @export
tidyselect::matches

#' @export
tidyselect::num_range

#' @export
tidyselect::last_col

#' @export
tidyselect::where
bnicenboim/eeguana documentation built on March 16, 2024, 7:21 a.m.