# Generated by roxygen2: do not edit by hand

S3method(add_count,corpus)
S3method(add_tally,corpus)
S3method(add_tally,default)
S3method(arrange,corpus)
S3method(distinct,corpus)
S3method(filter,corpus)
S3method(glimpse,corpus)
S3method(left_join,corpus)
S3method(mutate,corpus)
S3method(pull,corpus)
S3method(pull,dfm)
S3method(pull,tokens)
S3method(relocate,corpus)
S3method(rename,corpus)
S3method(rename_with,corpus)
S3method(select,corpus)
S3method(slice,corpus)
S3method(slice_head,corpus)
S3method(slice_max,corpus)
S3method(slice_min,corpus)
S3method(slice_sample,corpus)
S3method(slice_tail,corpus)
S3method(transmute,corpus)
export(add_count)
export(add_tally)
export(all_of)
export(any_of)
export(arrange)
export(contains)
export(corpus_stv_bydoc)
export(corpus_stv_byvar)
export(desc)
export(distinct)
export(ends_with)
export(everything)
export(filter)
export(glimpse)
export(last_col)
export(left_join)
export(matches)
export(mutate)
export(n)
export(num_range)
export(one_of)
export(pull)
export(relocate)
export(rename)
export(rename_with)
export(select)
export(slice)
export(slice_head)
export(slice_max)
export(slice_min)
export(slice_sample)
export(slice_tail)
export(starts_with)
export(transmute)
importFrom(dplyr,add_count)
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_head)
importFrom(dplyr,slice_max)
importFrom(dplyr,slice_min)
importFrom(dplyr,slice_sample)
importFrom(dplyr,slice_tail)
importFrom(dplyr,transmute)
importFrom(quanteda,"%>%")
importFrom(quanteda,"docvars<-")
importFrom(quanteda,convert)
importFrom(quanteda,corpus)
importFrom(quanteda,docnames)
importFrom(quanteda,docvars)
importFrom(quanteda,meta)
importFrom(rlang,enquo)
importFrom(tibble,glimpse)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,contains)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,everything)
importFrom(tidyselect,last_col)
importFrom(tidyselect,matches)
importFrom(tidyselect,num_range)
importFrom(tidyselect,one_of)
importFrom(tidyselect,starts_with)
