Skip to content

Functions for reading e4 data, and create several parameters for analysis

Notifications You must be signed in to change notification settings

tleutritz-ukw/wearables

 
 

Repository files navigation

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 .

R-CMD-check

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.

About

Functions for reading e4 data, and create several parameters for analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%