powered by
get_tv_schedule() retrieves information on each TV program for a given date, including but not limited to their title, description, start and end times, and broadcast status. Access get_seasons() for date reference.
get_tv_schedule()
date
get_seasons()
get_tv_schedule(date = "2025-01-01")
tibble with one row per program
string in 'YYYY-MM-DD'
tv_schedule_2025_01_02 <- get_tv_schedule(date='2025-01-02')
Run the code above in your browser using DataLab