Skip to content

Commit

Permalink
Update utils.R
Browse files Browse the repository at this point in the history
  • Loading branch information
saiemgilani authored Apr 19, 2021
1 parent 531198e commit 746a2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ NULL
#' @rdname load_cfb_pbp
#' @description helper that loads multiple seasons from the data repo either into memory
#' or writes it into a db using some forwarded arguments in the dots
#' @param seasons A vector of 4-digit years associated with given NFL seasons.
#' @param seasons A vector of 4-digit years associated with given College Football seasons.
#' @param ... Additional arguments passed to an underlying function that writes
#' the season data into a database (used by \code{\link[=update_cfb_db]{update_cfb_db()}}).
#' @param qs Wheter to use the function [qs::qdeserialize()] for more efficient loading.
Expand Down

0 comments on commit 746a2ac

Please sign in to comment.