omnipath_cache_search {OmnipathR} | R Documentation |
Searches the cache records by matching the URL against a string or regexp.
omnipath_cache_search(pattern, ...)
pattern |
String or regular expression. |
... |
Passed to |
List of cache records matching the pattern.
# find all cache records from the BioPlex database bioplex_cache_records <- omnipath_cache_search( 'bioplex', ignore.case = TRUE )