getDataSource {BridgeDbR}R Documentation

Return a DataSource object based on either a name or system code.

Description

Return a DataSource object based on either a name or system code.

Usage

getDataSource(name,code)

Arguments

name

the name of the data source

code

the system code of the data source

Value

dataSource

a DataSource Java object

Author(s)

Egon Willighagen

Examples

dataSource <- getDataSource(code="Ce")

[Package BridgeDbR version 1.18.0 Index]