| uniqueVarWithOrder {inTextSummaryTable} | R Documentation |
Get unique variables with meaningful order.
Description
The following framework is followed:
get the unique elements in the vectors
for each of this element: get the average order across the different vectors
put
variable, if present as second to last elementput
variableGroup, if present, as last elementorder the unique elements based on the extracted order
Usage
uniqueVarWithOrder(...)
Arguments
... |
Lists |
Value
Vector with unique and ordered elements.
Author(s)
Laure Cougnaud
[Package inTextSummaryTable version 3.3.3 Index]