Skip to content

Commit

Permalink
Merge pull request #254 from nflverse/remove-qs-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaseb authored Jul 25, 2021
2 parents 2a783c6 + 7c3af9b commit f5fce23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: nflfastR
Title: Functions to Efficiently Access NFL Play by Play Data
Version: 4.1.0.9007
Version: 4.1.0.9008
Authors@R:
c(person(given = "Sebastian",
family = "Carl",
Expand Down
2 changes: 1 addition & 1 deletion R/load_pbp.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' see [nflfastR].
#' @examples
#' \donttest{
#' pbp <- load_pbp(2019:2020, qs = TRUE)
#' pbp <- load_pbp(2019:2020)
#' dplyr::glimpse(pbp)
#' }
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/load_pbp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f5fce23

Please sign in to comment.