Description Usage Arguments Details Value See Also Examples
Generate counts from the values given one enumeration and return both the count and proportion. Replicates in base R the getenum.single function from verisr which referenced deprecated code from data.table.
1 | getenum_df_single(data, params)
|
data |
A |
params |
Character representing the fields of interest (enumeration). |
You almost always want to use getenum_df
instead, which is a more generalized wrapper
that returns an identical data frame when called with one field.
a data frame with count and frequency from enumerating on one field.
getenum_df
for a more generalized implementation of this function
1 | getenum_df_single(vcdb, "actor.external.variety")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.