Learn R Programming

datarobot (version 2.8.0)

ListRatingTables: Retrieve information about all rating tables.

Description

Retrieve information about all rating tables.

Usage

ListRatingTables(project)

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.

Value

data.frame containing information about each rating table in a project (one row per model with a rating table).

Examples

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

Run the code above in your browser using DataLab