Skip to content

Commit

Permalink
Update vignettes/getting-started-hoopR.Rmd
Browse files Browse the repository at this point in the history
Signed-off-by: olivroy <52606734+olivroy@users.noreply.github.com>
  • Loading branch information
olivroy committed May 7, 2024
1 parent e01a53c commit 4cd8a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/getting-started-hoopR.Rmd
Expand Up @@ -115,7 +115,7 @@ dplyr::glimpse(nba_player_box)

```{r load_mbb_pbp_gs, warning = FALSE}
tictoc::tic()
mbb_pbp <- hoopR::load_mbb_pbp(2021:hoopR::most_recent_mbb_season())
mbb_pbp <- hoopR::load_mbb_pbp(2021:hoopR::most_recent_mbb_season())
tictoc::toc()
glue::glue("{nrow(mbb_pbp)} rows of men's college basketball play-by-play data from {length(unique(mbb_pbp$game_id))} games.")
dplyr::glimpse(mbb_pbp)
Expand Down

0 comments on commit 4cd8a18

Please sign in to comment.