ReadRavFile: Read in rav File

View source: R/ReadRavFile.R

ReadRavFileR Documentation

Read in rav File

Description

Read in a VRAP 1.0 .rav file and assign all the variables need for VRAP 2.0

Usage

ReadRavFile(InFile)

Arguments

InFile

the name of the .rav file

Details

A .rav file is the input file for VRAP 1.0. VRAP 2.0 uses most but not all the VRAP 1.0 specs and requires that some .rav values have certain values. If illegal values are encountered, an error is returned.

Value

Returns the list of all inputs

Examples

## Not run: 
fpath <- system.file("VRAP", "demofiles/Demo-ER.rav", package="VRAPS")
file.show(fpath)

## End(Not run)

eeholmes/VRAPCpp documentation built on Feb. 6, 2024, 7:25 a.m.