Skip to content

Commit

Permalink
switched mfl adp / aav to pull from redraft leagues by default
Browse files Browse the repository at this point in the history
  • Loading branch information
atungate committed Aug 9, 2023
1 parent ee57891 commit 3e16039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/adp_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ mfl_draft = function(metric = c("adp", "aav"),
period = match.arg(toupper(period), c("RECENT", "ALL", "DRAFT", "JUNE", "JULY", "AUG1", "AUG15", "START", "MID", "PLAYOFF"))
fcount = match.arg(as.character(nteams), as.character(c(12, 8, 10, 14, 16)))
format = match.arg(as.character(format), c("All Leagues", "PPR", "Std"))
is_keeper = match.arg(is_keeper, c("No", "Keeper", "Rookie Only"), several.ok = TRUE)
is_keeper = match.arg(is_keeper, c("No", "Keeper", "Rookie Only"))
is_mock = match.arg(as.character(is_mock), c("No", "Mock", "All Leagues"))
cutoff = as.integer(cutoff)

Expand Down

0 comments on commit 3e16039

Please sign in to comment.