registerDataSource {BridgeDbR}R Documentation

Registers a new DataSource based on the given name or system code.

Description

Return a DataSource of the newly registered data source, based on either a name or system code.

Usage

registerDataSource(code,name)

Arguments

code

the system code of the data source

name

the name of the data source

Value

dataSource

a DataSource Java object

Author(s)

Egon Willighagen

Examples

newDataSource <- registerDataSource(code="Cks", name="KNApSAcK")

[Package BridgeDbR version 2.4.0 Index]