powered by
Reads Osmose configuration files.
readOsmoseConfiguration(file, config = NULL, absolute = TRUE)
Main configuration file
Configuration object to which file parameters are appended
Whether the path is absolute (TRUE) or relative (FALSE)
A list tree.
# 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