read_nowatch | R Documentation |
Reads in Nowatch data as a list, and prepends timecolumns
read_nowatch(zipfile = NULL, folder = NULL, tz = Sys.timezone())
zipfile |
A zip file as exported by the instrument. Only aggregated data supported. |
folder |
A folder with the unzipped files. If this is provided, the zipfile is not used. |
tz |
The timezone used by the instrument (defaults to user timezone). |
This function reads in a zipfile with files exported by the Nowatch instrument, or a folder with the unzipped files. The files are expected to be csv files.
The unzipped files are csv files.
The function returns an object of class "nowatchdata" with a prepended datetime columns. The object contains a list with dataframes from the physiological signals.
## Not run:
library(wearables)
read_nowatch("yourpathtohezipfile.zip")
read_nowatch(folder = "/path/to/folder/with/files")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.