Skip to content

Commit 84760c6

Browse files
20251210 - week 15
1 parent 80b6448 commit 84760c6

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

R-scripts/download_weekly_projections.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Specify Season and Week Number ----
44

55
season <- 2025
6-
weekNumber <- 14
6+
weekNumber <- 15
77

88
# Processing ----
99
season <- as.character(season)
@@ -15,7 +15,7 @@ library("tidyverse")
1515

1616
# Download Weekly Projections ----
1717
players_projections_weekly_raw <- ffanalytics::scrape_data(
18-
#pos = c("QB", "RB", "WR", "TE", "K", "DST"), # include this line (i.e., uncomment it out) if get an error in downstream steps due to insufficient sources of IDP projections
18+
pos = c("QB", "RB", "WR", "TE", "K", "DST"), # include this line (i.e., uncomment it out) if get an error in downstream steps due to insufficient sources of IDP projections
1919
season = NULL, # NULL grabs the current season
2020
week = NULL) # NULL grabs the current week
2121

360 KB
Binary file not shown.
100 KB
Binary file not shown.
42.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)