-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
33 lines (32 loc) · 868 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(cdec_data_flags)
export(cdec_map)
export(cdec_meta)
export(cdec_query)
export(cdec_query_group)
export(cdec_search_groups)
export(cdec_search_stations)
export(cdec_sensors)
export(cder_query)
export(problems)
importFrom(curl,curl_fetch_memory)
importFrom(curl,handle_setheaders)
importFrom(curl,handle_setopt)
importFrom(curl,new_handle)
importFrom(curl,parse_headers)
importFrom(dplyr,rename)
importFrom(glue,glue)
importFrom(lubridate,as_date)
importFrom(readr,col_character)
importFrom(readr,col_datetime)
importFrom(readr,col_double)
importFrom(readr,col_integer)
importFrom(readr,cols)
importFrom(readr,locale)
importFrom(readr,problems)
importFrom(readr,read_csv)
importFrom(stringr,str_c)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_upper)
importFrom(utils,browseURL)