View source: R/load_vital_csv.R
read_vital | R Documentation |
Loads a folder of gz compressed csv files, exported by parse_vital
read_vital( path, tz = "UTC", nested_list = TRUE, tracks_only = FALSE, recalc_time = FALSE )
path |
Path to folder containing the files exported by parse_vital |
tz |
Time zone |
nested_list |
Create a nested list of tracks inside a list of devices. Necessary to deal with duplicate track names between devices. |
tracks_only |
Do not include header in returned list. If FALSE, an error is given if there are any duplicate track names. |
recalc_time |
recalculate time using first value and sample rate. (Should probably not be used). |
A (nested) list of tracks.
## Not run: read_vital(folder, tz = 'CET') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.