GetCalendar: Retrieve a calendar

View source: R/Calendars.R

GetCalendarR Documentation

Retrieve a calendar

Description

Retrieve a calendar

Usage

GetCalendar(calendarId)

Arguments

calendarId

character. The ID of the calendar to retrieve.

Value

An S3 object of class "dataRobotCalendar"

Examples

## Not run: 
   calendarId <- "5da75da31fb4a45b8a815a53"
   GetCalendar(calendarId)

## End(Not run)

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