-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
65 lines (64 loc) · 1.78 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
# Generated by roxygen2: do not edit by hand
export(match_arg)
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_detect_all)
export(str_detect_any)
export(str_elem)
export(str_elems)
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_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_remove_quoted)
export(str_singleize)
export(str_split_by_numbers)
export(str_split_camel_case)
export(str_to_vec)
export(str_trim_anything)
import(stringr)
importFrom(magrittr,'%>%')
importFrom(stats,as.dendrogram)
importFrom(stringi,stri_write_lines)
importFrom(utils,head)
useDynLib(strex, .registration = TRUE)