-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
38 lines (37 loc) · 1021 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
34
35
36
37
38
# Generated by roxygen2: do not edit by hand
S3method(expires.in,token)
S3method(is.expired,token)
S3method(print,token)
S3method(print,waterinfo_api)
export(check_period_format)
export(expires.in)
export(get_stations)
export(get_timeseries_tsid)
export(get_token)
export(get_variables)
export(is.expired)
export(is_supported_variable)
export(resolve_datasource)
export(resolve_timeseriesgroupid)
export(show.token)
export(supported_frequencies)
export(supported_variables)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,filter_)
importFrom(dplyr,select)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,http_type)
importFrom(httr,status_code)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,ymd_hms)
importFrom(openssl,base64_encode)
importFrom(rlang,.data)
importFrom(rlang,quo)
importFrom(utils,read.csv)
importFrom(utils,str)