Learn R Programming

BridgeDbR (version 1.6.0)

getMatchingSources: Return a list of data sources of which the identifier pattern matches the identifier given.

Description

This method runs through all data sources it knows about, and looks for sources of which the identifier pattern matches the given identifier.

Usage

getMatchingSources(identifier)

Arguments

identifier
identifier to test

Value

list
list of matching data sources

Examples

Run this code
list <- getMatchingSources("555")

Run the code above in your browser using DataLab