Skip to content

bwrc/empatica-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

empatica

empatica is an R-package for reading physiologic data recorded with an Empatica device.

Installation

To install the empatica package in R, proceed as follows in R.

First install the devtools-package and load it:

   install.packages("devtools")
   library(devtools)

You can now install the empatica package:

   install_github("bwrc/empatica-r")

Usage

  1. After having recorded some data with the Empatica device, upload the data normally to Empatica cloud service Empatica Connect.
  2. After this, download the data as a zip-file.
  3. To read data recorded using the Empatica, proceed as follows:
   library(empatica)
   datafile  <- "/tmp/my_empatica_data.zip"
   recording <- read.empatica(datafile)

About

An R-package for reading physiologic signal data recorded with a an Empatica device.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages