CompileIter | R Documentation |
Compile iterations from one .yr file and add a column with scenario names and one with iteration number
CompileIter(iter, filename, n_rows, iter_ln, lines, header, dec_sep = ".")
iter |
The iteration (run) number |
filename |
The fully qualified filename to read from |
n_rows |
The number of rows to read from the file |
iter_ln |
The number of rows to skip from the file |
lines |
An object returned from readLines() |
header |
A character vector of column names |
dec_sep |
Decimal separator (default ".") |
A data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.