-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
160 lines (159 loc) · 4.45 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_label)
export(add_parameter_metadata)
export(add_site_metadata)
export(aggregate_export_fst_berlin_f)
export(aggregate_export_fst_berlin_s)
export(aggregate_export_fst_berlin_t)
export(aggregate_export_fst_mbr4)
export(calculate_operational_parameters)
export(calculate_operational_parameters_berlin_f)
export(calculate_operational_parameters_berlin_s)
export(calculate_operational_parameters_berlin_t)
export(calenderweek_from_dates)
export(change_timezone)
export(check_env_influxdb_ultimate)
export(check_env_nextcloud)
export(check_thresholds)
export(create_monthly_selection)
export(create_report_batch)
export(create_wedeco_metafile)
export(download_nextcloud_files)
export(dygraph_add_limits)
export(export_data)
export(get_env_influxdb_ultimate)
export(get_monthly_data_from_calendarweeks)
export(get_monthly_periods)
export(get_pivot_data)
export(get_rawfilespaths_for_month)
export(get_thresholds)
export(get_valid_timezones)
export(group_datetime)
export(import_analytics_basel)
export(import_analytics_meta_basel)
export(import_data_basel)
export(import_data_berlin_f)
export(import_data_berlin_s)
export(import_data_berlin_t)
export(import_data_haridwar)
export(import_lab_data_berlin_t)
export(import_operation)
export(import_operation_basel)
export(import_operation_meta_basel)
export(import_sheets)
export(load_fst_data)
export(long_to_wide)
export(merge_and_export_fst)
export(move_nextcloud_files)
export(normalised_permeate_flow)
export(plot_analytics)
export(plot_calculated_operational_timeseries)
export(plot_data)
export(read_fst)
export(read_mbr4)
export(read_mbr4_archived)
export(read_mbr4_latest)
export(read_pentair_data)
export(read_wedeco_data)
export(read_weintek)
export(read_weintek_batch)
export(remove_duplicates)
export(report_config_template)
export(report_config_to_txt)
export(report_txt_to_config)
export(run_app)
export(set_timezone)
export(shiny_file)
export(tidy_mbr4_data)
export(write_aggr_to_influxdb)
export(write_aggr_to_influxdb_loop)
export(write_to_influxdb)
export(write_to_influxdb_loop)
import(dplyr)
import(dygraphs)
import(ggplot2)
import(leaflet)
import(readxl)
import(tidyr)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(dbplyr,src_dbi)
importFrom(digest,digest)
importFrom(dplyr,across)
importFrom(dplyr,filter)
importFrom(dplyr,filter_)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(dplyr,setdiff)
importFrom(dplyr,src_mysql)
importFrom(dplyr,summarise)
importFrom(dplyr,tbl)
importFrom(dplyr,tbl_df)
importFrom(fasttime,fastPOSIXct)
importFrom(fs,dir_create)
importFrom(fs,dir_ls)
importFrom(fst,read.fst)
importFrom(fst,write.fst)
importFrom(ggforce,facet_wrap_paginate)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(htmlwidgets,saveWidget)
importFrom(influxdbclient,InfluxDBClient)
importFrom(janitor,clean_names)
importFrom(kwb.nextcloud,download_files)
importFrom(kwb.nextcloud,list_files)
importFrom(kwb.nextcloud,move_file_or_folder)
importFrom(kwb.utils,catAndRun)
importFrom(kwb.utils,stringList)
importFrom(lubridate,ceiling_date)
importFrom(lubridate,days)
importFrom(lubridate,days_in_month)
importFrom(lubridate,parse_date_time2)
importFrom(lubridate,with_tz)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(plotly,ggplotly)
importFrom(plyr,rbind.fill)
importFrom(readr,col_character)
importFrom(readr,col_datetime)
importFrom(readr,col_double)
importFrom(readr,cols)
importFrom(readr,locale)
importFrom(readr,read_csv)
importFrom(readr,read_tsv)
importFrom(readxl,read_excel)
importFrom(readxl,read_xlsx)
importFrom(rmarkdown,render)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(shiny,runApp)
importFrom(shinythemes,shinytheme)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_sub)
importFrom(tibble,tibble)
importFrom(tidyr,gather_)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(tidyr,separate_)
importFrom(tidyr,spread)
importFrom(tidyselect,all_of)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,read.csv2)
importFrom(utils,write.csv)
importFrom(withr,with_dir)
importFrom(xml2,read_html)
importFrom(xts,align.time)