Skip to content

Commit 1758bf8

Browse files
committed
docs
1 parent 22f3a1c commit 1758bf8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

R/load_ncaa_baseball_pbp.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#' @param tablename The name of the schedule data table within the database
1010
#' @return Returns a tibble
1111
#' @export
12-
#' @examples
12+
#' @examples \donttest{
1313
#' load_ncaa_baseball_pbp(seasons = 2021)
14-
#'
14+
#' }
1515
load_ncaa_baseball_pbp <- function(seasons = most_recent_ncaa_baseball_season(), ...,
1616
dbConnection = NULL, tablename = NULL) {
1717
old <- options(list(stringsAsFactors = FALSE, scipen = 999))

man/load_ncaa_baseball_pbp.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)