Description
Tools to Read and Convert Wearables Data.
Description
Package to read Empatica E4 data, perform several transformations, perform signal processing and analyses, including batch analyses.
README.md
Overview
wearables
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.
- 'read_e4()' is the first function that can be used to read Empatica E4 data into a list.
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 .
Installation
#install the wearables package:
install.packages("wearables")
Examples
library(wearables)
#read_e4("Your filepath to zip-file here")
Getting help
If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub.