Description Usage Arguments Value Author(s) Examples
A simple function that sets up the [modul] libs = line in an .xnp file. A DEFAULT setting is given, additional moduls can be added by providing a list with named elements. The name should correspond to new module which should be additionally loaded
1 | xpn_modulDef(x = NA)
|
x |
a list with named elements. The names of the elements will be used as modules to be loaded. |
The libs specification in the .xnp file
Tobias KD Weber , tobias.weber@uni-hohenheim.de
1 2 3 4 5 6 7 8 9 | ## Not run:
## example 1
libsreturn1 <- xpn_modulDef()
## example 2
libsini <- list()
libsini$testmodule <- 1
libsreturn2 <- xpn_modulDef(libsini)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.