powered by
Create a calendar from an uploaded CSV.
CreateCalendar(file, name = NULL, maxWait = 600)
character. The filename containing the calendar CSV to upload.
character. Optional. The name of the calendar.
integer. The maximum time (in seconds) to wait for the retrieve to complete.
An S3 object of class "dataRobotCalendar"
# NOT RUN { CreateCalendar("myRatingTable.csv", name = "myCalendar") # }
Run the code above in your browser using DataLab