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

View source: R/registerDataSource.R

registerDataSourceR 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")

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