-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.57 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
58
59
60
# Generated by roxygen2: do not edit by hand
export("%>%")
export(addWindBarbs)
export(addWindBarbs2)
export(cefa_createMeta)
export(cefa_createRawsObject)
export(cefa_downloadData)
export(cefa_load)
export(cefa_loadMeta)
export(cefa_loadMultiple)
export(cefa_parseData)
export(getRawsDataDir)
export(meta_leaflet)
export(rawsDF_filter)
export(rawsDF_filterDate)
export(rawsDF_isValid)
export(rawsList_addWindBarbs)
export(rawsList_filter)
export(rawsList_filterDate)
export(rawsList_isRawsList)
export(rawsList_removeEmpty)
export(raws_distinct)
export(raws_filter)
export(raws_filterDate)
export(raws_getData)
export(raws_getMeta)
export(raws_isEmpty)
export(raws_isRaws)
export(raws_toRawsDF)
export(raws_windBarbTimeseriesPlot)
export(removeRawsDataDir)
export(setRawsDataDir)
export(wrcc_createMeta)
export(wrcc_createRawsObject)
export(wrcc_downloadData)
export(wrcc_identifyMonitorType)
export(wrcc_loadMeta)
export(wrcc_loadMultiple)
export(wrcc_loadYear)
export(wrcc_parseData)
import(MazamaCoreUtils)
import(graphics)
importFrom(MazamaCoreUtils,html_getLinks)
importFrom(MazamaCoreUtils,logger.debug)
importFrom(MazamaCoreUtils,logger.error)
importFrom(MazamaCoreUtils,logger.trace)
importFrom(MazamaCoreUtils,logger.warn)
importFrom(MazamaSpatialUtils,US_stateCodeToName)
importFrom(MazamaSpatialUtils,getTimezone)
importFrom(dplyr,all_of)
importFrom(dplyr,filter)
importFrom(dplyr,lag)
importFrom(leaflet,addCircleMarkers)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,leaflet)
importFrom(magrittr,"%>%")
importFrom(readxl,read_xlsx)
importFrom(rlang,.data)
importFrom(utils,object.size)