View source: R/update-plays-tables.R
One of either dat or gameIDs MUST be provided.
1 | update_plays_tables(dat = NULL, conn, gameIDs = NULL)
|
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! |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.