ecis_import | R Documentation |
Import all ECIS values, a child of ecis_import_raw and ecis_import_model
ecis_import(raw = NULL, modeled = NULL, experimentname = NULL)
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 |
A data frame containing all the data APB generated from an experiment
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.