RenameRatingTable | R Documentation |
Renames a rating table to a different name.
RenameRatingTable(project, ratingTableId, ratingTableName)
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. |
An S3 object of class 'dataRobotRatingTable' summarizing all available information about the renamed rating table.
## Not run:
projectId <- "5984b4d7100d2b31c1166529"
ratingTableId <- "5984b4d7100d2b31c1166529"
RenameRatingTable(projectId, ratingTableId, "Renamed Table")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.