R/get_timetable_room.R
get_timetable_room.RdThis function sends a GET request to the timetable room endpoint of the Semestry API and retrieves the timetable data for a specific room.
get_timetable_room(semestry, room_code, start = NULL, end = NULL, timeout = 30)The retrieved timetable data for the specified room from the API.