read_and_process_e4: Read, process and feature extraction of E4 data
Description
Reads the raw ZIP file using `read_e4`,
performs analyses with `ibi_analysis` and `eda_analysis`.
Usage
read_and_process_e4(zipfile, tz = Sys.timezone())process_e4(data)
Arguments
zipfile
zip file with e4 data to be read
tz
timezone where data were recorded (default system timezone)
data
object from read_e4 function
Value
An object with processed data and analyses, object of class 'e4_analysis'.