Description Usage Arguments Value Examples
loading data from a csv file
1 2 3 4 5 | load_input_data(
filename,
schema = c("Zeit", "Jahr", "Monat", "Tag", "HR", "K", "A1", "A2", "A3", "A4", "A5",
"A6", "A7", "MW_J")
)
|
filename |
the filename on disk containing the data |
schema |
- an optional parameters holding the data schema. The current default value corresponds to the actual processing code |
data - the in-memory object containg the data
1 2 | data <- load_input_data(filename = file.choose)
data <- load_input_data(filename = file.path("tests/input/sample_complete_10y.csv"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.