xpn_modulDef: Setup XPN module line

Description Usage Arguments Value Author(s) Examples

View source: R/xpn_modulDef.R

Description

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

Usage

1

Arguments

x

a list with named elements. The names of the elements will be used as modules to be loaded.

Value

The libs specification in the .xnp file

Author(s)

Tobias KD Weber , tobias.weber@uni-hohenheim.de

Examples

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)

tkdweber/XN5setup documentation built on July 4, 2021, 7:34 a.m.