Skip to content

Commit f5fce23

Browse files
authored
Merge pull request #254 from nflverse/remove-qs-examples
2 parents 2a783c6 + 7c3af9b commit f5fce23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: nflfastR
33
Title: Functions to Efficiently Access NFL Play by Play Data
4-
Version: 4.1.0.9007
4+
Version: 4.1.0.9008
55
Authors@R:
66
c(person(given = "Sebastian",
77
family = "Carl",

R/load_pbp.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#' see [nflfastR].
1515
#' @examples
1616
#' \donttest{
17-
#' pbp <- load_pbp(2019:2020, qs = TRUE)
17+
#' pbp <- load_pbp(2019:2020)
1818
#' dplyr::glimpse(pbp)
1919
#' }
2020
#' @export

man/load_pbp.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)