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 ) {
0 commit comments