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 36 37 38 39 40 41
|
# Generated by roxygen2: do not edit by hand
export(all_of)
export(any_of)
export(contains)
export(ends_with)
export(enquo)
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(vars_pull)
export(vars_rename)
export(vars_select)
export(vars_select_helpers)
export(with_vars)
import(rlang)
importFrom(glue,glue)
importFrom(purrr,compact)
importFrom(purrr,detect_index)
importFrom(purrr,discard)
importFrom(purrr,every)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map_chr)
importFrom(purrr,map_if)
importFrom(purrr,map_lgl)
importFrom(purrr,negate)
importFrom(purrr,walk)
|