Learn R Programming

datarobot (version 2.8.0)

GetRatingTable: Retrieve a single rating table.

Description

Retrieve a single rating table.

Usage

GetRatingTable(project, ratingTableId)

Arguments

project

character. Either (1) a character string giving the unique alphanumeric identifier for the project, or (2) a list containing the element projectId with this identifier.

ratingTableId

character. The ID of the rating table.

Value

An S3 object of class 'dataRobotRatingTable' summarizing all available information about the rating table.

Examples

Run this code
# NOT RUN {
 projectId <- "5984b4d7100d2b31c1166529"
 ratingTableId <- "5984b4d7100d2b31c1166529"
 GetRatingTable(projectId, ratingTableId)
# }

Run the code above in your browser using DataLab