Functions for analyzing empatica e4 data, pre-process the signals, detect artifacts and create several features for analysis.
This package was created for signal analysis of the Empatica E4 wearables device. It allows users to read in an E4 zip file from Empatica connect into a list. The package was created to detect artifacts and extract features that can be used for analysis.
If you are new to Empatica E4, the best place to start is the website from Empatica or the accompanying website for the Shiny tool.
#install the wearables package:
install.packages("wearables")
library(wearables)
#read_e4("Your filepath to zip-file here")
If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub.