-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
66 lines (65 loc) · 1.66 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
61
62
63
64
65
66
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_day_type)
export(add_distance)
export(add_weather)
export(aggregate_sensor)
export(attr_clean)
export(attr_to_df)
export(extension_pull)
export(generate_spatial_lines)
export(pull_configuration)
export(pull_sensor)
export(pull_sensor_ids)
export(replace_impossible)
export(scrub_sensor)
import(data.table)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert)
importFrom(curl,nslookup)
importFrom(data.table,":=")
importFrom(data.table,.BY)
importFrom(data.table,.EACHI)
importFrom(data.table,.GRP)
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.NGRP)
importFrom(data.table,.SD)
importFrom(data.table,data.table)
importFrom(data.table,fwrite)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,transmute)
importFrom(geosphere,distHaversine)
importFrom(geosphere,distm)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(sf,st_as_sf)
importFrom(sf,st_cast)
importFrom(sf,st_length)
importFrom(sf,st_make_valid)
importFrom(sf,st_set_crs)
importFrom(stats,median)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
importFrom(tis,day)
importFrom(tis,isHoliday)
importFrom(units,as_units)
importFrom(units,set_units)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_path)