Description Usage Arguments Value Examples
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).
1 2 3 4 | DDslotWith(object, VarName, DDslot = "MicroData")
## S4 method for signature 'DD,character'
DDslotWith(object, VarName, DDslot = "MicroData")
|
object |
Object of class DD. |
VarName |
|
DDslot |
|
Returns an object of class DDdt containing the input variable.
1 2 | data(ExampleDD)
DDslotWith(ExampleDD, 'Turnover')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.