load_pedar {pressuRe}R Documentation

Load pedar data

Description

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

Usage

load_pedar(pressure_filepath)

Arguments

pressure_filepath

String. Filepath pointing to pedar pressure file

Value

A list with information about the pressure data.

Examples

pedar_data <- system.file("extdata", "pedar_example.asc", package = "pressuRe")
pressure_data <- load_pedar(pedar_data)

[Package pressuRe version 0.2.4 Index]