load_xsensor {pressuRe}R Documentation

Load xsensor data

Description

Imports and formats files collected on xsensor insole systems

Usage

load_xsensor(pressure_filepath)

Arguments

pressure_filepath

String. Filepath pointing to emed pressure file

Value

A list with information about the pressure data.

@examples xsensor_data <- system.file("extdata", "xsensor_data.csv", package = "pressuRe") pressure_data <- load_xsensor(xsensor_data) @importFrom abind abind @export


[Package pressuRe version 0.2.4 Index]