Description Usage Arguments Value Author(s) Examples
View source: R/get_columnNames_xno.R
A simple function to quickly access the available output column names in the xno files.
1 | get_columnNames_xno(file.path = "my.xnos")
|
file.path |
character vector specifying the at least one files path. |
vector with character of output state variables.
Tobias KD Weber , tobias.weber@uni-hohenheim.de
1 2 3 4 5 6 7 | ## Not run:
# initialise list
# assign paths:
colnam <- get_columnNames_xno("my.xno")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.