read_and_process_embrace_plus: Read, process and feature extraction of Embrace Plus data

View source: R/read_and_process_embrace_plus.R

read_and_process_embrace_plusR Documentation

Read, process and feature extraction of Embrace Plus data

Description

Reads the raw ZIP file using 'read_embrace_plus', performs analyses with 'eda_analysis'.

Usage

read_and_process_embrace_plus(
  zipfile = NULL,
  folder = NULL,
  type = "raw",
  tz = Sys.timezone()
)

Arguments

zipfile

zip file with embrace plus data to be read

folder

A folder with the unzipped files. If this is provided, the zipfile is not used.

type

The type of data contained in the zip file. Either "raw" or "aggregated".

tz

timezone where data were recorded (default system timezone)

Value

An object with processed data and analyses, object of class 'embrace_plus_analysis'.


PCdLf/wearables documentation built on Nov. 19, 2024, 5:57 p.m.