Learn R Programming

osmose (version 0.1.0)

readOsmoseConfiguration: Reads Osmose configuration files.

Description

Reads Osmose configuration files.

Usage

readOsmoseConfiguration(file, config = NULL, absolute = TRUE)

Arguments

file

Main configuration file

config

Configuration object to which file parameters are appended

absolute

Whether the path is absolute (TRUE) or relative (FALSE)

Value

A list tree.

Examples

Run this code
# NOT RUN {
{
    filename = system.file("extdata", "inputs/osm_all-parameters.csv", package="osmose")
    par = readOsmoseConfiguration(filename)
}
# }

Run the code above in your browser using DataLab