-
Notifications
You must be signed in to change notification settings - Fork 26
/
NAMESPACE
80 lines (79 loc) · 1.76 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Generated by roxygen2: do not edit by hand
S3method(fix_mdyyyy,date)
S3method(fix_mdyyyy,default)
S3method(print,check_text)
S3method(print,sub_holder)
S3method(print,which_are_locs)
S3method(strip,character)
S3method(strip,default)
S3method(strip,factor)
S3method(strip,list)
export("%LIKE%")
export("%SLIKE%")
export("%like%")
export("%slike%")
export(add_comma_space)
export(add_missing_endmark)
export(as_ordinal)
export(available_checks)
export(check_text)
export(drop_NA)
export(drop_element)
export(drop_element_fixed)
export(drop_element_regex)
export(drop_empty_row)
export(drop_row)
export(fgsub)
export(fix_mdyyyy)
export(glue)
export(glue_collapse)
export(has_endmark)
export(is_it)
export(keep_element)
export(keep_element_fixed)
export(keep_element_regex)
export(keep_row)
export(make_plural)
export(match_tokens)
export(mgsub)
export(mgsub_fixed)
export(mgsub_regex)
export(mgsub_regex_safe)
export(replace_contraction)
export(replace_curly_quote)
export(replace_date)
export(replace_email)
export(replace_emoji)
export(replace_emoji_identifier)
export(replace_emoticon)
export(replace_from)
export(replace_grade)
export(replace_hash)
export(replace_html)
export(replace_incomplete)
export(replace_internet_slang)
export(replace_kern)
export(replace_misspelling)
export(replace_money)
export(replace_names)
export(replace_non_ascii)
export(replace_non_ascii2)
export(replace_number)
export(replace_ordinal)
export(replace_rating)
export(replace_symbol)
export(replace_tag)
export(replace_time)
export(replace_to)
export(replace_tokens)
export(replace_url)
export(replace_white)
export(replace_word_elongation)
export(strip)
export(sub_holder)
export(swap)
export(which_are)
importFrom(data.table,":=")
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(qdapRegex,grab)