read_wellzion: Read a Wellzion SSN61 file

Description Usage Arguments Value See Also

View source: R/read_wellzion.R

Description

This function reads in data downloaded from a Wellzion SSN-61. It assumes input files are CSVs exported from Wellzion's Data Logger Graph version 6.5 or greater. 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.

Usage

1
read_wellzion(input_file, timezone = "UTC", trainset_output = F)

Arguments

input_file

Path to the Wellzion SSN61 file to be read in

timezone

Timezone. Defaults to UTC.

trainset_output

Output a file for use with TRAINSET with four columns: filename, timestamp, value, label

Value

A data.frame with five columns - timestamp (POSIXct), unit (character), value (numeric), filename (character), and label.

See Also

timezones


ajaypillarisetti/sumr documentation built on Jan. 27, 2020, 10:01 p.m.