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