Description Usage Arguments Value
View source: R/import_operation_berlin_s.R
Import data for Berlin Schoenerlinde
1 2 3 4 | import_data_berlin_s(raw_data_dir = system.file("shiny/berlin_s/data/operation",
package = "aquanes.report"), raw_data_files = NULL,
meta_file_path = system.file("shiny/berlin_s/data/parameter_site_metadata.csv",
package = "aquanes.report"))
|
raw_data_dir |
path of directory containing WEDECO CSV files (default: (default: system.file("shiny/berlin_s/data/operation", package = "aquanes.report")))) |
raw_data_files |
vector with full path to operational raw data files that allows to limit import to specific files (default: NULL). If specified parameter "raw_data_dir" will not be used |
meta_file_path |
path to metadata file (default: system.file("shiny/berlin_s/data/parameter_site_metadata.csv", package = "aquanes.report"))) |
list with "df": data.frame with imported operational data (analytics data to be added as soon as available) and "added_data_points": number of added data points in case of existing fst file was updated with new operational data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.