Learn R Programming

BridgeDbR (version 1.6.0)

getDataSource: 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

Examples

Run this code
dataSource <- getDataSource(code="Ce")

Run the code above in your browser using DataLab