-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
31 lines (30 loc) · 816 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
# Generated by roxygen2: do not edit by hand
export(pull_configuration)
export(pull_sensor)
export(pull_sensor_ids)
importFrom(chron,times)
importFrom(data.table,fwrite)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,transmute)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,as_date)
importFrom(lubridate,dmy)
importFrom(lubridate,mdy)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(purrr,map2)
importFrom(rowr,cbind.fill)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_path)