-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
119 lines (118 loc) · 3.08 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
# Generated by roxygen2: do not edit by hand
export(basisOfRecord_values)
export(check_dataset)
export(composite_id)
export(countryCode_values)
export(event_terms)
export(occurrence_terms)
export(random_id)
export(sequential_id)
export(set_abundance)
export(set_collection)
export(set_coordinates)
export(set_coordinates_sf)
export(set_datetime)
export(set_events)
export(set_individual_traits)
export(set_license)
export(set_locality)
export(set_measurements)
export(set_observer)
export(set_occurrences)
export(set_scientific_name)
export(set_taxonomy)
export(suggest_workflow)
importFrom(cli,ansi_align)
importFrom(cli,ansi_collapse)
importFrom(cli,ansi_nchar)
importFrom(cli,cat_line)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_bullets)
importFrom(cli,cli_div)
importFrom(cli,cli_end)
importFrom(cli,cli_fmt)
importFrom(cli,cli_h1)
importFrom(cli,cli_h2)
importFrom(cli,cli_h3)
importFrom(cli,cli_inform)
importFrom(cli,cli_par)
importFrom(cli,cli_progress_done)
importFrom(cli,cli_progress_step)
importFrom(cli,cli_progress_update)
importFrom(cli,cli_rule)
importFrom(cli,cli_text)
importFrom(cli,cli_warn)
importFrom(cli,col_blue)
importFrom(cli,col_green)
importFrom(cli,col_grey)
importFrom(cli,col_red)
importFrom(cli,col_yellow)
importFrom(cli,make_spinner)
importFrom(cli,style_bold)
importFrom(cli,style_italic)
importFrom(cli,symbol)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,join_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice_head)
importFrom(glue,glue)
importFrom(hms,is_hms)
importFrom(hms,parse_hm)
importFrom(hms,parse_hms)
importFrom(lubridate,is.POSIXt)
importFrom(lubridate,is.period)
importFrom(lubridate,is.timepoint)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,today)
importFrom(lubridate,year)
importFrom(lubridate,ymd_h)
importFrom(lubridate,ymd_hm)
importFrom(lubridate,ymd_hms)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(purrr,pluck)
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,as_label)
importFrom(rlang,caller_env)
importFrom(rlang,cnd_muffle)
importFrom(rlang,enquos)
importFrom(rlang,eval_tidy)
importFrom(rlang,exec)
importFrom(rlang,get_expr)
importFrom(rlang,inform)
importFrom(rlang,is_empty)
importFrom(rlang,is_syntactic_literal)
importFrom(rlang,quo_get_env)
importFrom(rlang,quo_get_expr)
importFrom(rlang,quo_is_call)
importFrom(rlang,quo_is_null)
importFrom(rlang,quo_is_symbol)
importFrom(rlang,try_fetch)
importFrom(rlang,warn)
importFrom(rlang,zap)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_is)
importFrom(stringr,str_remove_all)
importFrom(tibble,lst)
importFrom(tibble,tibble)
importFrom(tidyr,replace_na)
importFrom(tidyr,unnest)