read.rdf: Read an rdf file into R.

Description Usage Arguments Value Examples

View source: R/read.rdf.R

Description

read.rdf reads an rdf file into R and formats it as a multi-level list containing all of the metadata included in the rdf file. Rdf files are generated by RiverWare and are documented in the RiverWare documentation.

Usage

1

Arguments

file

The input rdf file that will be read into R.

Value

A multi-level list containing all metadata and slot data in the original rdf file.

Examples

1
zz <- read.rdf(system.file('extdata/Scenario/DNF,CT,IG', "KeySlots.rdf", package = "RWDataPlot"))

rabutler/RWDataPlot documentation built on May 26, 2019, 8:51 p.m.