.marxan_input_parameter {proxirr} | R Documentation |
Marxan input.dat parameter reader
Description
Reads a marxan input.dat file and returns a single parameter.
Usage
.marxan_input_parameter(input, parameter)
Arguments
input |
string - The address of a Marxan input.dat file. |
parameter |
string - The name of the parameter to read. |
Value
A string.
Author(s)
Daniele Baisero, daniele.baisero@gmail.com
Examples
## Not run:
.marxan_read_input('/data/marxan/analysis01/input.dat', 'INPUTDIR')
## End(Not run)
[Package proxirr version 0.4 Index]