tidyselect_data_proxy: tidyselect methods for custom types

View source: R/proxy.R

tidyselect_data_proxyR Documentation

tidyselect methods for custom types

Description

  • tidyselect_data_proxy() returns a data frame.

  • tidyselect_data_has_predicates() returns TRUE or FALSE

If your doesn't support predicate functions, return a 0-row data frame from tidyselect_data_proxy() and FALSE from tidyselect_data_has_predicates().

Usage

tidyselect_data_proxy(x)

tidyselect_data_has_predicates(x)

Arguments

x

A data-frame like object passed to eval_select(), eval_rename(), and friends.


tidyverse/tidyselect documentation built on March 14, 2024, 3:16 p.m.