ecis_import: Import all ECIS values, a child of ecis_import_raw and...

View source: R/import_ecis.R

ecis_importR Documentation

Import all ECIS values, a child of ecis_import_raw and ecis_import_model

Description

Import all ECIS values, a child of ecis_import_raw and ecis_import_model

Usage

ecis_import(raw = NULL, modeled = NULL, experimentname = NULL)

Arguments

raw

A raw ABP file to import

modeled

A modeled APB file for import

experimentname

Name of the experiment to be built into the dataset

Value

A data frame containing all the data APB generated from an experiment

Examples


raw = system.file('extdata/instruments/ecis_TimeResample.abp', package = 'vascr')
modeled = system.file('extdata/instruments/ecis_TimeResample_RbA.csv', package = 'vascr')
experimentname = "TEST"

#Then run the import

data = ecis_import(raw ,modeled,experimentname)
#head(data)

JamesHucklesby/vascr documentation built on July 16, 2025, 8:16 p.m.