-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
135 lines (134 loc) · 3.4 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# Generated by roxygen2: do not edit by hand
export(after_first)
export(after_last)
export(after_nth)
export(all_equal)
export(alphord_nums)
export(before_first)
export(before_last)
export(before_last_dot)
export(before_nth)
export(can_be_numeric)
export(create_dir)
export(dir.remove)
export(elem)
export(elems)
export(extend_char_vec)
export(extract_currencies)
export(extract_non_numerics)
export(extract_numbers)
export(file.move)
export(first_currency)
export(first_non_numeric)
export(first_number)
export(first_number_after_first)
export(first_number_after_last)
export(first_number_after_mth)
export(first_number_before_first)
export(first_number_before_last)
export(first_number_before_mth)
export(give_ext)
export(group_close)
export(last_currency)
export(last_non_numeric)
export(last_number)
export(last_number_after_first)
export(last_number_after_last)
export(last_number_after_mth)
export(last_number_before_first)
export(last_number_before_last)
export(last_number_before_mth)
export(locate_braces)
export(locate_first)
export(locate_last)
export(locate_nth)
export(match_arg)
export(move_files)
export(nice_file_nums)
export(nice_nums)
export(nth_currency)
export(nth_non_numeric)
export(nth_number)
export(nth_number_after_first)
export(nth_number_after_last)
export(nth_number_after_mth)
export(nth_number_before_first)
export(nth_number_before_last)
export(nth_number_before_mth)
export(paste_elems)
export(put_in_pos)
export(remove_dir)
export(remove_filename_spaces)
export(remove_quoted)
export(rename_with_nums)
export(singleize)
export(split_by_numbers)
export(split_by_nums)
export(split_camel_case)
export(str_after_first)
export(str_after_last)
export(str_after_nth)
export(str_alphord_nums)
export(str_before_first)
export(str_before_last)
export(str_before_last_dot)
export(str_before_nth)
export(str_can_be_numeric)
export(str_elem)
export(str_elems)
export(str_extend_char_vec)
export(str_extract_currencies)
export(str_extract_non_numerics)
export(str_extract_numbers)
export(str_first_currency)
export(str_first_non_numeric)
export(str_first_number)
export(str_first_number_after_first)
export(str_first_number_after_last)
export(str_first_number_after_mth)
export(str_first_number_before_first)
export(str_first_number_before_last)
export(str_first_number_before_mth)
export(str_give_ext)
export(str_last_currency)
export(str_last_non_numeric)
export(str_last_number)
export(str_last_number_after_first)
export(str_last_number_after_last)
export(str_last_number_after_mth)
export(str_last_number_before_first)
export(str_last_number_before_last)
export(str_last_number_before_mth)
export(str_locate_braces)
export(str_locate_first)
export(str_locate_last)
export(str_locate_nth)
export(str_match_arg)
export(str_nice_nums)
export(str_nth_currency)
export(str_nth_non_numeric)
export(str_nth_number)
export(str_nth_number_after_first)
export(str_nth_number_after_last)
export(str_nth_number_after_mth)
export(str_nth_number_before_first)
export(str_nth_number_before_last)
export(str_nth_number_before_mth)
export(str_paste_elems)
export(str_put_in_pos)
export(str_remove_quoted)
export(str_singleize)
export(str_split_by_numbers)
export(str_split_by_nums)
export(str_split_camel_case)
export(str_to_vec)
export(str_trim_anything)
export(to_vec)
export(trim_anything)
export(unitize_dirs)
import(stringr)
importFrom(magrittr,'%<>%')
importFrom(magrittr,'%>%')
importFrom(magrittr,'%T>%')
importFrom(strex,match_arg)
importFrom(stringi,'%stri$%')