View source: R/read_and_process_embrace_plus.R
read_and_process_embrace_plus | R Documentation |
Reads the raw ZIP file using 'read_embrace_plus', performs analyses with 'eda_analysis'.
read_and_process_embrace_plus(
zipfile = NULL,
folder = NULL,
type = "raw",
tz = Sys.timezone()
)
zipfile |
zip file with embrace plus data to be read |
folder |
A folder with the unzipped files. If this is provided, the zipfile is not used. |
type |
The type of data contained in the zip file. Either "raw" or "aggregated". |
tz |
timezone where data were recorded (default system timezone) |
An object with processed data and analyses, object of class 'embrace_plus_analysis'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.