R/UTILS-tidyselect.R

#' @importFrom tidyselect starts_with
#' @export
#'
tidyselect::starts_with

#' @importFrom tidyselect ends_with
#' @export
#'
tidyselect::ends_with

#' @importFrom tidyselect contains
#' @export
#'
tidyselect::contains

#' @importFrom tidyselect matches
#' @export
#'
tidyselect::matches

#' @importFrom tidyselect num_range
#' @export
#'
tidyselect::num_range

#' @importFrom tidyselect one_of
#' @export
#'
tidyselect::one_of

#' @importFrom tidyselect everything
#' @export
#'
tidyselect::everything

#' @importFrom tidyselect last_col
#' @export
#'
tidyselect::last_col

Try the table.express package in your browser

Any scripts or data that you put into this service are public.

table.express documentation built on April 3, 2023, 5:43 p.m.