registerDataSource {BridgeDbR} | R Documentation |
Return a DataSource of the newly registered data source, based on either a name or system code.
registerDataSource(code,name)
code |
the system code of the data source |
name |
the name of the data source |
dataSource |
a DataSource Java object |
Egon Willighagen
newDataSource <- registerDataSource(code="Cks", name="KNApSAcK")