-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
94 lines (93 loc) · 2.45 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
# Generated by roxygen2: do not edit by hand
S3method("[",ohvbd.ids)
S3method(extract,ohvbd.ad.matrix)
S3method(extract,ohvbd.responses)
S3method(fetch,ohvbd.ids)
S3method(print,ohvbd.ad.matrix)
S3method(print,ohvbd.data.frame)
S3method(print,ohvbd.ids)
export("%>%")
export(ad_basereq)
export(assoc_ad)
export(assoc_gadm)
export(check_db_status)
export(check_ohvbd_config)
export(clean_ad_cache)
export(extract)
export(extract_ad)
export(extract_vd)
export(extract_vt)
export(fetch)
export(fetch_ad)
export(fetch_extract_vd_chunked)
export(fetch_extract_vt_chunked)
export(fetch_gadm_sfs)
export(fetch_vd)
export(fetch_vd_counts)
export(fetch_vt)
export(find_vd_columns)
export(find_vd_ids)
export(find_vt_ids)
export(format_time_overlap_bar)
export(is_cached)
export(ohvbd.ids)
export(search_vd)
export(search_vd_smart)
export(search_vt)
export(search_vt_smart)
export(set_ohvbd_compat)
export(vb_basereq)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_progress_done)
importFrom(cli,cli_progress_message)
importFrom(cli,cli_rule)
importFrom(cli,cli_ul)
importFrom(curl,curl_download)
importFrom(data.table,rbindlist)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,any_vars)
importFrom(dplyr,bind_cols)
importFrom(dplyr,distinct)
importFrom(dplyr,filter_all)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate_all)
importFrom(dplyr,one_of)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(httr2,last_response)
importFrom(httr2,req_error)
importFrom(httr2,req_headers)
importFrom(httr2,req_options)
importFrom(httr2,req_perform)
importFrom(httr2,req_perform_parallel)
importFrom(httr2,req_perform_sequential)
importFrom(httr2,req_throttle)
importFrom(httr2,req_url_path_append)
importFrom(httr2,req_url_query)
importFrom(httr2,req_user_agent)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(httr2,resps_data)
importFrom(httr2,resps_successes)
importFrom(lubridate,"%within%")
importFrom(lubridate,as.duration)
importFrom(lubridate,as_date)
importFrom(lubridate,days)
importFrom(lubridate,interval)
importFrom(lubridate,period)
importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(rlang,is_bool)
importFrom(stats,na.omit)
importFrom(terra,extract)
importFrom(terra,vect)
importFrom(tibble,rownames_to_column)
importFrom(utils,head)
importFrom(utils,tail)