load_pliance {pressuRe}R Documentation

Load pliance data

Description

Imports and formats .asc files collected on pliance system and exported from Novel software

Usage

load_pliance(pressure_filepath)

Arguments

pressure_filepath

String. Filepath pointing to pliance pressure file

Value

A list with information about the pressure data.

Examples

pliance_data <- system.file("extdata", "pliance_test.asc", package = "pressuRe")
pressure_data <- load_pliance(pliance_data)

[Package pressuRe version 0.2.4 Index]