Skip to contents

Searches the cache records by matching the URL against a string or regexp.

Usage

omnipath_cache_search(pattern, ...)

Arguments

pattern

String or regular expression.

...

Passed to grep

Value

List of cache records matching the pattern.

Examples

# find all cache records from the BioPlex database
bioplex_cache_records <- omnipath_cache_search(
    'bioplex',
    ignore.case = TRUE
)