get_timetable_room: Retrieve timetable data for a specific room from the Semestry...

View source: R/get_timetable_room.R

get_timetable_roomR Documentation

Retrieve timetable data for a specific room from the Semestry API

Description

This function sends a GET request to the timetable room endpoint of the Semestry API and retrieves the timetable data for a specific room.

Usage

get_timetable_room(semestry, room_code, start = NULL, end = NULL, timeout = 30)

Arguments

semestry

An authenticated Semestry object.

room_code

The room code to retrieve timetable data for.

start

Optional start date in YYYY-MM-DD format (10 characters).

end

Optional end date in YYYY-MM-DD format (10 characters).

timeout

The timeout duration for the GET request (default: 30 seconds).

Value

The retrieved timetable data for the specified room from the API.


vvtermtime documentation built on Aug. 8, 2025, 7:27 p.m.