fullNameExists {BridgeDbR} | R Documentation |
Data sources are defined by a title and a short system code. This method determines if a data source is known with the given full name.
fullNameExists(name)
name |
full name of the data source |
exists |
boolean that indicates if a data is known with the given name |
Egon Willighagen
exists <- fullNameExists("HMDB")