Learn R Programming

datarobot (version 2.18.6)

GetDataSource: Returns information about a particular data source.

Description

Returns information about a particular data source.

Usage

GetDataSource(dataSourceId)

Value

A list containing information on the particular data source:

  • className character. The Java class name of the driver.

  • baseNames character. A vector of the file name(s) of the jar files.

  • canonicalName character. The user-friendly name of the driver.

  • id character. The dataSourceId of the driver.

  • creator character. The userId of the user who created the driver.

Arguments

dataSourceId

character. The id of the data source

Examples

Run this code
if (FALSE) {
 dataSourceId <- "57a7c978c808916f4a630f89"
 GetDataSource(dataSourceId)
}

Run the code above in your browser using DataLab