omnipath_cache_search: Searches for cache items

omnipath_cache_searchR Documentation

Description

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
)


saezlab/OmnipathR documentation built on May 3, 2024, 5:32 a.m.