-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
52 lines (51 loc) · 1.13 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
# Generated by roxygen2: do not edit by hand
export(chr_collapse)
export(chr_count_matches)
export(chr_detect_all)
export(chr_detect_any)
export(chr_extract_all)
export(chr_order)
export(chr_rank)
export(chr_sort)
export(chr_split_all)
export(chr_subset)
export(chr_unique)
export(chr_which)
export(str_concat)
export(str_detect)
export(str_detect_ends_with)
export(str_detect_starts_with)
export(str_extract_all)
export(str_extract_first)
export(str_extract_last)
export(str_extract_nth)
export(str_glue)
export(str_indent)
export(str_length)
export(str_locate_all)
export(str_locate_first)
export(str_locate_last)
export(str_locate_nth)
export(str_pad)
export(str_remove_all)
export(str_remove_first)
export(str_remove_last)
export(str_remove_nth)
export(str_repeat)
export(str_replace_all)
export(str_replace_first)
export(str_replace_last)
export(str_replace_nth)
export(str_split_all)
export(str_split_first)
export(str_split_last)
export(str_split_nth)
export(str_squish)
export(str_to_camel_case)
export(str_to_lower_case)
export(str_to_snake_case)
export(str_to_upper_case)
export(str_trim)
export(str_truncate)
export(str_width)
export(str_wrap)