get_tv_schedule | R Documentation |
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 = "2025-01-01")
date |
string in 'YYYY-MM-DD' |
tibble with one row per program
tv_schedule_2025_01_02 <- get_tv_schedule(date='2025-01-02')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.