grep_fields {GenomicDataCommons} | 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 "files", "cases", "annotations", "projects" 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')