load_parameter.Rd
Reading farm parameter from csv (semi-colon) file to the correct format.
character, name of the file of parameter to be loaded.
character, subdirectory where to find parameters.
logical, should the result be returned as a matrix.
character, default name for the file of parameters to be
loaded. Default to getOption("ava")[["generic"]]
.
character, directory where to find path
. Default to
getOption("ava")[["path_input"]]
.
integer, columns where to find row.names. Default to 1.
logical, should the parameters be checked. Default to
getOption("ava")[["checking"]]
.
other parameters that will be passed to utils::read.csv2()
.
Either a data.frame or a matrix of parameters.