-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
42 lines (41 loc) · 1.07 KB
/
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
36
37
38
39
40
41
42
export(clean_str)
export(count_syllables)
export(count_syllables_df)
export(highlighter)
export(number_replacer)
export(replace_multi_linebreaks)
export(reverse_string)
export(search_binder)
export(split_into_sentences)
export(str_extract_bound)
export(str_replacer)
export(search_scripts)
export(sub_stringer)
export(to_nato)
importFrom(magrittr,"%>%")
importFrom(crayon,red)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,mutate)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(purrr,map_df)
importFrom(stringi,stri_match_all_regex)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_split_1)
importFrom(stringr,str_squish)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_upper)
importFrom(stringr,str_trim)
importFrom(tibble,enframe)
importFrom(tidyr,as_tibble)
importFrom(tidyr,tibble)
importFrom(tidyr,unite)