Description Usage Arguments Value
‘rSFSW2-inputfiles’ are comma-separated value files with
First row: field names of which the first one is “Label”
Second row: flags indicating which column information is applied (1) or not (0); the first entry is the character string “UseInformationToCreateSoilWatRuns”.
Third - last row: values of the input file; first column: site labels.
1  | SFSW2_read_inputfile(file, header_rows = 1, use_iotools = TRUE, ...)
 | 
file | 
 A character string. The path to the file which is to be read.  | 
header_rows | 
 An integer value. The row number which contains the header.  | 
use_iotools | 
 A logical value. If   | 
... | 
 Further arguments to be passed to
  | 
A list of length two with the elements
A named
logical vector. The names are from the first row of the file and the
values are FALSE if the second row of the file contains a 0
and TRUE otherwise. The first entry, corresponding to column
“Label” is always FALSE.
A data frame
(data.frame) containing a representation of the values
in the file with column names from the first row of the
file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.