UpdateCalendar | R Documentation |
Currently supports changing the name of a calendar.
UpdateCalendar(calendarId, name = NULL)
calendarId |
character. The ID of the calendar to retrieve. |
name |
character. The new name to name the calendar. |
An S3 object of class "dataRobotCalendar"
## Not run:
calendarId <- "5da75da31fb4a45b8a815a53"
UpdateCalendar(calendarId, name = "New name for calendar")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.