update_boxscore_tables: Update boxscore tables

Description Usage Arguments

View source: R/update-boxscore-tables.R

Description

One of either dat or gameIDs MUST be provided.

Usage

1
update_boxscore_tables(dat = NULL, conn, gameIDs = NULL)

Arguments

dat

A data set for updating. Can be NULL, otherwise, should be the output of lapply(gameIDs, fetch_boxscore_stats)

conn

a DB connection (required)

gameIDs

if dat is null, the function will try to use "gameIDs" – a vector of game ids!


anthonyshook/nhldata documentation built on Feb. 22, 2021, 3:51 a.m.