powered by
This utility function allows quick text-based search of available fields for using grep
grep
grep_fields(entity, pattern, ..., value = TRUE)
one of "files", "cases", "annotations", "projects" against which to gather available fields for matching
A regular expression that will be used in a call to grep
passed on to grep
logical(1) whether to return values as opposed to indices (passed along to grep)
character() vector of field names matching pattern
pattern
# NOT RUN { grep_fields('files','analysis') # }
Run the code above in your browser using DataLab