Description Usage Arguments Value Author(s) Examples
View source: R/get_XN5output_xno.R
A simple function that sets up the [options] block in an .xnp file. A DEFAULT setting is given, additional moduls can be added by providing a list with named elements. The name of the list element has to correspond to new line added.
1 | get_XN5output_xno(mylocations, timestamps, query.return = FALSE)
|
mylocations |
list
|
timestamps |
character vector specifying the date(s) which are to be returned. Format "YYYY-MM-DD". No checks, careful. Most probably cause of errors, here. |
query.return |
logical. FALSE is the default. If TRUE, a list is returned. |
If query.return == TRUE, returns list with number of elements as .xno files. Each element contains a data.table with the read timestamps.
Tobias KD Weber , tobias.weber@uni-hohenheim.de
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## Not run:
# initialise list
mylocations <- list()
# assign paths:
# 1. location of xno.paths
mylocations$my.xno.path <- "C:/Projects/ExpertN/expertn513d/built/cfg/replicateECv10/"
# 2. location of output
mylocations$my.output.path <- "C:/Projects/ExpertN/myresults"
timestamps<- c("2009-08-02", "2026-09-03")
get_XN5output_xno(mylocations, timestamps)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.