omnipath_cache_search | 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
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.