# Generated by roxygen2: do not edit by hand

export(all_of)
export(any_of)
export(chk_ascii)
export(chk_blank)
export(chk_date_yyyy)
export(chk_date_yyyymm)
export(chk_date_yyyymmdd)
export(chk_dummy)
export(chk_equals)
export(chk_filter)
export(chk_filter_all)
export(chk_filter_any)
export(chk_filter_vars)
export(chk_filter_where)
export(chk_labels)
export(chk_length)
export(chk_max_length)
export(chk_miss)
export(chk_nmiss)
export(chk_range)
export(chk_regex)
export(chk_text_miss)
export(chk_text_nmiss)
export(chk_unique)
export(chk_values)
export(contains)
export(context_data)
export(ends_with)
export(everything)
export(expect_all)
export(expect_allany)
export(expect_any)
export(expect_base)
export(expect_cond)
export(expect_custom)
export(expect_date_yyyy)
export(expect_date_yyyymm)
export(expect_date_yyyymmdd)
export(expect_exclusive)
export(expect_func)
export(expect_join)
export(expect_labels)
export(expect_make)
export(expect_max_length)
export(expect_prop_gte)
export(expect_prop_lte)
export(expect_prop_nmiss)
export(expect_prop_values)
export(expect_range)
export(expect_regex)
export(expect_similar)
export(expect_subset)
export(expect_text_miss)
export(expect_text_nmiss)
export(expect_unique)
export(expect_unique_across)
export(expect_unique_combine)
export(expect_valmatch)
export(expect_values)
export(expect_where)
export(filter_expect)
export(get_testdata)
export(last_col)
export(matches)
export(num_range)
export(one_of)
export(output_results_excel)
export(set_testdata)
export(starts_with)
export(with_testdata)
import(dplyr)
import(rlang)
importFrom(glue,glue)
importFrom(glue,glue_data)
importFrom(stringr,str_detect)
importFrom(stringr,str_length)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sub)
importFrom(testthat,exp_signal)
importFrom(testthat,expectation)
importFrom(testthat,is.expectation)
importFrom(testthat,quasi_label)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,contains)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,eval_select)
importFrom(tidyselect,everything)
importFrom(tidyselect,last_col)
importFrom(tidyselect,matches)
importFrom(tidyselect,num_range)
importFrom(tidyselect,one_of)
importFrom(tidyselect,starts_with)
