-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 788 Bytes
/
NAMESPACE
File metadata and controls
31 lines (30 loc) · 788 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(chr_count,default)
S3method(chr_count,list)
S3method(chr_detect,default)
S3method(chr_detect,list)
S3method(chr_extract,default)
S3method(chr_extract,list)
S3method(chr_extract_first,default)
S3method(chr_extract_first,list)
export("%>%")
export(chr_count)
export(chr_detect)
export(chr_extract)
export(chr_extract_first)
export(chr_extract_hashtags)
export(chr_extract_links)
export(chr_extract_mentions)
export(chr_extract_phone)
export(chr_extract_words)
export(chr_ngram_char)
export(chr_remove_hashtags)
export(chr_remove_linebreaks)
export(chr_remove_links)
export(chr_remove_mentions)
export(chr_remove_tabs)
export(chr_remove_ws)
export(chr_replace)
export(chr_replace_nonascii)
export(title_case)
importFrom(magrittr,"%>%")