-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
65 lines (64 loc) · 1.61 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
# Generated by roxygen2: do not edit by hand
export(check_options_graph)
export(convert_string_to_list)
export(create_config)
export(enrich_dates)
export(enrich_name)
export(enrich_special_days)
export(enrich_traffic)
export(enrich_uptime)
export(filter_agg)
export(get_api_state)
export(get_config_path)
export(get_custom_palette)
export(get_graph_subtitles)
export(get_segment_name)
export(get_segments)
export(get_telraam_token)
export(gg_availability)
export(gg_car_speed_histogram)
export(gg_car_speed_v85)
export(gg_traffic_avg)
export(gg_traffic_evolution)
export(import_sensor)
export(is_vacation)
export(melt_direction_mode)
export(preprocess_car_speed)
export(retrieve_sensor)
export(seq_by_3_month)
export(set_global_vars)
export(set_telraam_token)
export(write_update_data)
import(dplyr)
import(ggplot2)
import(paletteer)
importFrom(dplyr,"%>%")
importFrom(dplyr,between)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,VERB)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,days)
importFrom(lubridate,hour)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hms)
importFrom(paletteer,scale_fill_paletteer_c)
importFrom(purrr,map_dfr)
importFrom(purrr,pmap)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(scales,percent)
importFrom(stats,setNames)
importFrom(stats,weighted.mean)
importFrom(tidyr,drop_na)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
importFrom(tidyr,unnest_wider)
importFrom(yaml,write_yaml)