-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
41 lines (40 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
export(check_countries)
export(check_ecoregion)
export(check_stat_recs)
export(get_benthis_parameters)
export(get_country_list)
export(get_csquare)
export(get_ecoregion_list)
export(get_effort_map)
export(get_fo_effort)
export(get_fo_landings)
export(get_logbook)
export(get_metier_lookup)
export(get_passive_footprint)
export(get_sar)
export(get_sar_map)
export(get_screening_details)
export(get_screening_messages)
export(get_stat_rec_list)
export(get_upload_summary)
export(get_vms)
export(get_wgfbit_data1)
export(get_wgfbit_data2)
export(get_wgfbit_data3)
export(screen_vms_file)
export(sum_distinct_vessels)
export(sum_vessel_ids)
export(vms_api)
export(wkt_csquare)
importFrom(glue,glue)
importFrom(httr,build_url)
importFrom(httr,content)
importFrom(httr,parse_url)
importFrom(httr,upload_file)
importFrom(icesConnect,ices_get_jwt)
importFrom(icesConnect,ices_post_jwt)
importFrom(icesDatsuQC,runQCChecks)
importFrom(icesDatsuQC,runVocabChecks)
importFrom(icesVocab,getCodeList)
importFrom(utils,URLencode)