Learn R Programming

nhlscraper (version 0.2.0)

get_game_landing: Get GameCenter (GC) game-landing by game

Description

get_game_landing() retrieves GC-provided information on a game, including but not limited to its type, venue, start time, clock, home and away teams, and TV broadcast(s). Access get_games() for game reference.

Usage

get_game_landing(game = 2024020602)

Value

list of various items

Arguments

game

integer Game ID

Examples

Run this code
game_landing_2024030411 <- get_game_landing(game=2024030411)

Run the code above in your browser using DataLab