import_data_berlin_s: Import data for Berlin Schoenerlinde

View source: R/import_operation_berlin_s.R

import_data_berlin_sR Documentation

Import data for Berlin Schoenerlinde

Description

Import data for Berlin Schoenerlinde

Usage

import_data_berlin_s(
  raw_data_dir = package_file("shiny/berlin_s/data/operation"),
  raw_data_files = NULL,
  meta_file_path = package_file("shiny/berlin_s/data/parameter_site_metadata.csv")
)

Arguments

raw_data_dir

path of directory containing WEDECO CSV files (default: kwb.pilot:::package_file("shiny/berlin_s/data/operation"))

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: kwb.pilot:::package_file("shiny/berlin_s/data/parameter_site_metadata.csv"))

Value

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


KWB-R/kwb.pilot documentation built on Nov. 1, 2022, 2:49 p.m.