Description Usage Arguments Value
SelectAndFilterVar
returns a a vector with the observation corresponding to the variable selected and filtered according to SelectionVar.
1 2 | SelectAndFilterVar(Ds = Ds, SelectionVar = "Statut",
SelectionInstance = "Sick", VarSelected = "Var1")
|
Ds |
the dataset |
SelectionVar |
the variable that is used to filter observation |
SelectionInstance |
the value of the filter |
VarSelected |
the variable that has to be retrived |
vectVarSelected a vector with the observation corresponding to the variable selected and filtered according to SelectionVar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.