load_footscan {pressuRe}R Documentation

Load footscan data

Description

Imports and formats files collected on footscan systems (formerly RSScan)

Usage

load_footscan(pressure_filepath)

Arguments

pressure_filepath

String. Filepath pointing to emed pressure file

Value

A list with information about the pressure data.

Examples

footscan_data <- system.file("extdata", "footscan_test.xls", package = "pressuRe")
pressure_data <- load_footscan(footscan_data)

[Package pressuRe version 0.2.5 Index]