Learn R Programming

datarobot (version 2.18.6)

RenameRatingTable: Renames a rating table to a different name.

Description

Renames a rating table to a different name.

Usage

RenameRatingTable(project, ratingTableId, ratingTableName)

Value

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

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.

ratingTableName

character. The new name for the rating table.

Examples

Run this code
if (FALSE) {
  projectId <- "5984b4d7100d2b31c1166529"
  ratingTableId <- "5984b4d7100d2b31c1166529"
  RenameRatingTable(projectId, ratingTableId, "Renamed Table")
}

Run the code above in your browser using DataLab