grep_fields | R Documentation |
This utility function allows quick text-based search of available
fields for using grep
grep_fields(entity, pattern, ..., value = TRUE)
entity |
one of the available gdc entities ('files','cases',...) against which to gather available fields for matching |
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
grep_fields('files','analysis')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.