vsm.import: Import VSM data from file

View source: R/vsm_import.R

vsm.importR Documentation

Import VSM data from file

Description

Import VSM data from file

Usage

vsm.import(filename, dataFrame = FALSE, verbose = FALSE)

Arguments

filename

filename including path for VSM file

dataFrame

if TRUE, then will return data.frame compatible with v0.2 and before

verbose

if TRUE output additional information

Value

VSMdata object

Examples

filename = vsm.getSampleFiles()[1]
d = vsm.import(filename)
summary(d)

thomasgredig/quantumPPMS documentation built on Feb. 21, 2024, 1:13 a.m.