load_emed {pressuRe}R Documentation

Load emed data

Description

Imports and formats .lst files collected on emed system and exported from Novel software

Usage

load_emed(pressure_filepath, trim_active = FALSE)

Arguments

pressure_filepath

String. Filepath pointing to emed pressure file

trim_active

Logical. Restricts frames to only the first continuous foot contact

Value

A list with information about the pressure data.

Examples

emed_data <- system.file("extdata", "emed_test.lst", package = "pressuRe")
pressure_data <- load_emed(emed_data)

[Package pressuRe version 0.2.5 Index]