ReadRapFile: Read in rap File

View source: R/ReadRapFile.R

ReadRapFileR Documentation

Read in rap File

Description

Read in a VRAP 2.0 .rap input file and assign all the variables needed for VRAP 2.0

Usage

ReadRapFile(InFile)

Arguments

InFile

the name of the .rap file

Details

A .rap file is the input file for VRAP 2.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.rap", package="VRAPS")
file.show(fpath)

## End(Not run)

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