Description Usage Arguments Value Examples
This utility function allows quick text-based search of available
fields for using grep
1 | grep_fields(entity, pattern, ..., value = TRUE)
|
entity |
one of |
pattern |
A regular expression that will be used
in a call to |
... |
passed on to grep |
value |
logical(1) whether to return values as opposed to indices (passed along to grep) |
character() vector of field names matching
pattern
1 | grep_fields('files','analysis')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.