forked from ropensci-archive/bomrang
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
56 lines (55 loc) · 1.4 KB
/
Copy pathNAMESPACE
File metadata and controls
56 lines (55 loc) · 1.4 KB
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
# Generated by roxygen2: do not edit by hand
S3method(arrange,bomrang_tbl)
S3method(filter,bomrang_tbl)
S3method(group_by,bomrang_tbl)
S3method(mutate,bomrang_tbl)
S3method(print,bomrang_tbl)
S3method(rename,bomrang_tbl)
S3method(select,bomrang_tbl)
S3method(slice,bomrang_tbl)
export("%>%")
export(arrange)
export(filter)
export(get_ag_bulletin)
export(get_available_imagery)
export(get_available_radar)
export(get_coastal_forecast)
export(get_current_weather)
export(get_historical)
export(get_historical_weather)
export(get_precis_forecast)
export(get_radar_imagery)
export(get_satellite_imagery)
export(get_weather_bulletin)
export(group_by)
export(manage_cache)
export(mutate)
export(parse_ag_bulletin)
export(parse_coastal_forecast)
export(parse_precis_forecast)
export(plot)
export(rename)
export(select)
export(slice)
export(sweep_for_forecast_towns)
export(sweep_for_stations)
export(update_forecast_towns)
export(update_station_locations)
importFrom(data.table,"%chin%")
importFrom(data.table,":=")
importFrom(data.table,copy)
importFrom(data.table,setnames)
importFrom(data.table,setorderv)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%>%")
importFrom(magrittr,use_series)
importFrom(terra,plot)