View source: R/read_parameters.R
read_parameters | R Documentation |
Read parameters from text file.
read_parameters(file, sep = ";", return_list = TRUE, ...)
file |
String with path to text file. |
sep |
String with separator of columns. |
return_list |
Logical if TRUE, parameters are returned as list. |
... |
Arguments passed on to |
Creates a list with all parameters or starting values or parameters. Columns must be named 'parameter' and value'.
list
## Not run:
read_parameters(file = "starting-values.csv", sep = ";")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.