Description Usage Arguments Value Examples
For each row, find a value that represent the enumeration. If all values in the group is NA, replace with "Unknown" variable
1 | determine_primary(data, string)
|
data |
A |
a character vector of the values that represent that enumeration for each numeric observation
1 2 | determine_primary(vcdb, "action.hacking.variety")
table(determine_primary(vcdb, c("action.hacking.result", "action.hacking.variety")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.