-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
127 lines (126 loc) · 2.81 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
# Generated by roxygen2: do not edit by hand
S3method(fgeo_elevation,data.frame)
S3method(fgeo_elevation,default)
S3method(fgeo_elevation,fgeo_elevation)
S3method(fgeo_elevation,list)
S3method(flag_if,data.frame)
S3method(flag_if,default)
export("%>%")
export("%||%")
export(":=")
export(.data)
export(add_col_row)
export(add_count)
export(add_gxgy)
export(add_hectindex)
export(add_index)
export(add_lxly)
export(add_quad)
export(add_qxqy)
export(add_status_tree)
export(add_subquad)
export(arrange)
export(as_label)
export(as_name)
export(as_tibble)
export(assert_is_installed)
export(check_crucial_names)
export(contains)
export(count)
export(detect_if_group)
export(detect_insensitive)
export(drop_if_na)
export(drop_status)
export(ends_with)
export(enquo)
export(enquos)
export(everything)
export(extract_gridsize)
export(extract_insensitive)
export(extract_plotdim)
export(fgeo_elevation)
export(filter)
export(flag_if)
export(flag_if_group)
export(group_by)
export(guess_plotdim)
export(gxgy_to_hectindex)
export(gxgy_to_index)
export(gxgy_to_lxly)
export(gxgy_to_qxqy)
export(gxgy_to_rowcol)
export(index_to_gxgy)
export(index_to_rowcol)
export(is_duplicated)
export(is_multiple)
export(last_col)
export(matches)
export(mutate)
export(nms_try_rename)
export(num_range)
export(one_of)
export(pick_dbh_max)
export(pick_dbh_min)
export(pick_dbh_over)
export(pick_dbh_under)
export(pick_main_stem)
export(pick_main_stemid)
export(pick_status)
export(read_taxa)
export(read_vft)
export(recode_subquad)
export(rename_matches)
export(rowcol_to_index)
export(sanitize_taxa)
export(sanitize_vft)
export(select)
export(starts_with)
export(summarise)
export(summarize)
export(tibble)
export(tribble)
export(type_ensure)
export(type_taxa)
export(type_vft)
export(ungroup)
importFrom(dplyr,add_count)
importFrom(dplyr,arrange)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(magrittr,"%>%")
importFrom(purrr,quietly)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,has_name)
importFrom(rlang,inform)
importFrom(rlang,is_named)
importFrom(rlang,set_names)
importFrom(rlang,warn)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyselect,contains)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,everything)
importFrom(tidyselect,last_col)
importFrom(tidyselect,matches)
importFrom(tidyselect,num_range)
importFrom(tidyselect,one_of)
importFrom(tidyselect,starts_with)
importFrom(utils,head)
importFrom(utils,tail)