UpdateCalendar: Update a calendar

View source: R/Calendars.R

UpdateCalendarR Documentation

Update a calendar

Description

Currently supports changing the name of a calendar.

Usage

UpdateCalendar(calendarId, name = NULL)

Arguments

calendarId

character. The ID of the calendar to retrieve.

name

character. The new name to name the calendar.

Value

An S3 object of class "dataRobotCalendar"

Examples

## Not run: 
   calendarId <- "5da75da31fb4a45b8a815a53"
   UpdateCalendar(calendarId, name = "New name for calendar")

## End(Not run)

datarobot documentation built on Nov. 3, 2023, 1:07 a.m.