Description Usage Arguments Value Examples
Generate counts from the values given one or two enumerations and return both the count and proportion. Replicates in dplyr the original getenum function from verisr which referenced deprecated code from data.table.
1 | getenum_df(data, params)
|
data |
A |
params |
Character or vector of characters representing one or more fields of interest (enumeration) |
a data frame with count and frequency from enumerating on one or more fields.
1 2 | getenum_df(vcdb, "asset.variety")
getenum_df(vcdb, c("action", "asset.variety"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.