get_tv_schedule: Get TV schedule by date

View source: R/Other.R

get_tv_scheduleR Documentation

Get TV schedule by date

Description

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.

Usage

get_tv_schedule(date = "2025-01-01")

Arguments

date

string in 'YYYY-MM-DD'

Value

tibble with one row per program

Examples

tv_schedule_2025_01_02 <- get_tv_schedule(date='2025-01-02')

nhlscraper documentation built on Aug. 8, 2025, 6:28 p.m.