Description Usage Arguments Value Examples
Find all fields from the data frame where its field name is immediately preceded by the specified string.
1 | getenum_stri(data, string)
|
data |
A |
string |
Character or vector of characters representing one or more fields of interest (enumeration). |
a character vector of all variables in the VCDB dataframe that has the speficied enumeration
1 2 | getenum_stri(vcdb, "action.error.vector")
getenum_stri (vcdb, "actor")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.