-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
89 lines (88 loc) · 1.63 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
# Generated by roxygen2: do not edit by hand
export("%&%")
export("%&<%")
export("%+%")
export("%++%")
export("%++=%")
export("%+=%")
export("%<<%")
export("%<=%")
export("%==%")
export("%===%")
export("%>=%")
export("%>>%")
export("%ni%")
export("%|%")
export(Save2Load)
export(as.df)
export(assert)
export(assert_boolean)
export(assert_class)
export(assert_length)
export(cNames)
export(cSums)
export(class2taxo)
export(classification_gbif)
export(concat)
export(empty_fill)
export(factor2level)
export(functions2files)
export(head2)
export(insertCol)
export(interleave)
export(is.empty)
export(keep.signif)
export(lang2str)
export(len)
export(nameself)
export(pad_list)
export(rNames)
export(rSums)
export(rm2)
export(rm_empty)
export(rowAll)
export(rowAny)
export(save2load)
export(save2read)
export(seq_ranges)
export(seq_split)
export(stack)
export(str_count)
export(str_detect)
export(str_detect_which)
export(str_drop)
export(str_extract)
export(str_extract_all)
export(str_extract_first)
export(str_extract_last)
export(str_lines)
export(str_replace)
export(str_replace_all)
export(str_replace_first)
export(str_replace_last)
export(str_split)
export(str_words)
export(str_wrap)
export(throw_error)
export(toStr)
export(update_pkgsByLib)
export(v.chr)
export(v.dbl)
export(v.int)
export(v.lgl)
export(v.lst)
export(validate)
export(validate_boolean)
export(vec2assign)
export(vec2assign_str)
export(vec2str)
export(vec2strI)
export(write2read)
export(x2y)
export(zip_dir)
import(data.table)
import(stringi)
importFrom(lifecycle,deprecated)
importFrom(rstudioapi,document_range)
importFrom(rstudioapi,getActiveDocumentContext)
importFrom(rstudioapi,modifyRange)