-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
57 lines (56 loc) · 1.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
# Generated by roxygen2: do not edit by hand
export(cimis_compass_to_degrees)
export(cimis_data)
export(cimis_degrees_to_compass)
export(cimis_flags)
export(cimis_format_location)
export(cimis_items)
export(cimis_spatial_zipcode)
export(cimis_split_query)
export(cimis_station)
export(cimis_to_datetime)
export(cimis_zipcode)
export(data_items)
export(get_data)
export(get_station)
export(get_station_spatial_zipcode)
export(get_station_zipcode)
export(is_key_set)
export(remove_key)
export(set_key)
export(to_datetime)
importFrom(curl,curl_fetch_memory)
importFrom(curl,handle_setheaders)
importFrom(curl,handle_setopt)
importFrom(curl,new_handle)
importFrom(curl,parse_headers)
importFrom(dplyr,across)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,setdiff)
importFrom(dplyr,tibble)
importFrom(glue,glue)
importFrom(jsonlite,fromJSON)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(purrr,modify_if)
importFrom(rlang,.data)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_to_title)
importFrom(stringr,str_to_upper)
importFrom(tidyr,unnest)
importFrom(utils,head)
importFrom(utils,tail)