Learn R Programming

proxirr (version 0.5)

.marxan_input_parameter: Marxan input.dat parameter reader

Description

Reads a marxan input.dat file and returns a single parameter.

Usage

.marxan_input_parameter(input, parameter)

Value

A string.

Arguments

input

string - The address of a Marxan input.dat file.

parameter

string - The name of the parameter to read.

Author

Daniele Baisero, daniele.baisero@gmail.com

Examples

Run this code
if (FALSE) {
.marxan_read_input('/data/marxan/analysis01/input.dat', 'INPUTDIR')
}

Run the code above in your browser using DataLab