Description Usage Arguments Value
This function is designed for applying logical operation to the set of sele- cted variables, extracted from a given dataframe.
1 | transform_(DF, selected, operation, new_var_name, discard_selected)
|
DF |
A data frame |
selected |
Character array containign which variables are to be included in the logical operation |
operation |
String, specifying which logical operation is to be applied to the set of selected variables. Admitted values are: èNOT –> Only works for one variables set |
new_var_name |
String, naming the newly created variable |
discard_selected |
Logical. Should variables from the transformation pool be discarded? |
dataframe, containing the results of the logical operation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.