fullNameExists: Determines if the full name corresponds to any known data...

View source: R/fullNameExists.R

fullNameExistsR Documentation

Determines if the full name corresponds to any known data source.

Description

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.

Usage

fullNameExists(name)

Arguments

name

full name of the data source

Value

exists

boolean that indicates if a data is known with the given name

Author(s)

Egon Willighagen

Examples

exists <- fullNameExists("HMDB")

egonw/BridgeDbR documentation built on Sept. 18, 2023, 8:14 p.m.