load_tekscan {pressuRe}R Documentation

Load Tekscan data

Description

Imports and formats files collected on tekscan systems and exported from Tekscan software

Usage

load_tekscan(pressure_filepath)

Arguments

pressure_filepath

String. Filepath pointing to emed pressure file

Value

A list with information about the pressure data.

@examples tekscan_data <- system.file("extdata", "fscan_testL.asf", package = "pressuRe") pressure_data <- load_tekscan(tekscan_data) @importFrom @export


[Package pressuRe version 0.2.4 Index]