File: NAMESPACE

package info (click to toggle)
r-cran-tidyselect 1.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 616 kB
  • sloc: sh: 13; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 720 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand

S3method(tidyselect_data_has_predicates,default)
S3method(tidyselect_data_proxy,default)
export(all_of)
export(any_of)
export(contains)
export(ends_with)
export(enquo)
export(eval_relocate)
export(eval_rename)
export(eval_select)
export(everything)
export(last_col)
export(matches)
export(num_range)
export(one_of)
export(peek_data)
export(peek_vars)
export(poke_vars)
export(quo)
export(quo_name)
export(quos)
export(scoped_vars)
export(starts_with)
export(tidyselect_data_has_predicates)
export(tidyselect_data_proxy)
export(vars_pull)
export(vars_rename)
export(vars_select)
export(vars_select_helpers)
export(where)
export(with_vars)
import(rlang)
importFrom(glue,glue)