Learn R Programming

datarobot (version 2.17.1)

CreateCalendar: Create a calendar from an uploaded CSV.

Description

Create a calendar from an uploaded CSV.

Usage

CreateCalendar(file, name = NULL, maxWait = 600)

Arguments

file

character. The filename containing the calendar CSV to upload.

name

character. Optional. The name of the calendar.

maxWait

integer. The maximum time (in seconds) to wait for the retrieve to complete.

Value

An S3 object of class "dataRobotCalendar"

Examples

Run this code
# NOT RUN {
   CreateCalendar("myRatingTable.csv", name = "myCalendar")
# }

Run the code above in your browser using DataLab