-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
35 lines (34 loc) · 871 Bytes
/
NAMESPACE
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
export(count_tokens)
export(hcodes_int)
export(hcodes_str)
export(hmatch)
export(hmatch_composite)
export(hmatch_manual)
export(hmatch_parents)
export(hmatch_permute)
export(hmatch_settle)
export(hmatch_split)
export(hmatch_tokens)
export(max_levels)
export(ref_expand)
export(separate_hcode)
export(string_std)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by_all)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,recode)
importFrom(dplyr,rename)
importFrom(dplyr,ungroup)
importFrom(rlang,`!!!`)
importFrom(stats,aggregate)
importFrom(stats,setNames)
importFrom(stringdist,stringdist)
importFrom(stringi,stri_locate_all)
importFrom(stringi,stri_sub)
importFrom(stringi,stri_trans_general)
importFrom(tidyr,unnest)