DDslotWith: Return the slot of the input DD object containing the input...

Description Usage Arguments Value Examples

Description

DDslotWith returns the slot of the input DD object which contains the variable name specified as input parameter VarName. If the variable is present in more than one slot, the input parameter DDslot is used to choose the correct slot (with default value MicroData).

Usage

1
2
3
4
DDslotWith(object, VarName, DDslot = "MicroData")

## S4 method for signature 'DD,character'
DDslotWith(object, VarName, DDslot = "MicroData")

Arguments

object

Object of class DD.

VarName

Character vector with the name of the variable.

DDslot

Character vector of length 1 with the name of DD slot in which variable in VarName is defined (default value MicroData).

Value

Returns an object of class DDdt containing the input variable.

Examples

1
2

david-salgado/StQ documentation built on Aug. 12, 2021, 3:23 p.m.