Skip to content

Commit 0bac17b

Browse files
committed
missing quotation
1 parent d1b4efa commit 0bac17b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

R/scrape_funcs.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#' @param src the sources that data should be scraped from should be one or more
88
#' of \code{c("CBS", "ESPN", "FantasyData", "FantasyPros", "FantasySharks",
99
#' "FFToday", "FleaFlicker", "NumberFire", "Yahoo", "FantasyFootballNerd", "NFL",
10-
#' "RTSports","Walterfootball", "FanDuel)}
10+
#' "RTSports","Walterfootball", "FanDuel")}
1111
#' @param pos the posistions that data should be scraped for. Should be one or more
1212
#' of \code{c("QB", "RB", "WR", "TE", "K", "DST", "DL", "LB", "DB")}
1313
#' @param season The seaon for which data should be scraped. Should be set to the
@@ -32,7 +32,8 @@ scrape_data <- function(
3232
src = match.arg(src, several.ok = TRUE,
3333
c("CBS", "ESPN", "FantasyData", "FantasyPros", "FantasySharks", "FFToday",
3434
"FleaFlicker", "NumberFire", "FantasyFootballNerd", "NFL",
35-
"RTSports", "Walterfootball", "FanDuel"))
35+
"RTSports", "Walterfootball", "FanDuel")
36+
)
3637

3738
# Check for NumberFire in src and convert to FanDuel
3839
if("NumberFire" %in% src) {

man/scrape_data.Rd

Lines changed: 1 addition & 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)