Description Usage Arguments Value See Also
This function reads in data downloaded from EME Systems kSUMS.
It returns a five column data.frame: timestamp (POSIXct), unit (character), value (numeric), filename (character),
and label. The default timezone is UTC, but can be otherwise specified. See timezones
for more details.
1 2 | read_ksums(input_file, timezone = "UTC", trainset_output = F,
wide = F)
|
input_file |
Path to kSUMs file |
timezone |
Timezone. Defaults to UTC. |
trainset_output |
Output a file for use with TRAINSET with four columns: filename, timestamp, value, label |
wide |
Specifies the format of the returned data – either a wide data.frame or a list of data.frames (one for each sensing element). |
A data.frame with five columns - timestamp (POSIXct), unit (character), value (numeric), filename (character), and label.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.