We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0a812 commit 53b044bCopy full SHA for 53b044b
vignettes/fantasy-football.Rmd
@@ -88,8 +88,8 @@ website. Players are listed in order of their "slot" with name and team
88
information followed by projected and actual scores and ownership statistics.
89
90
```{r team-roster}
91
-my_team <- team_roster(scoringPeriodId = 1, leagueHistory = TRUE)[[1]] # select first roster
92
-my_team[[1]][, -(1:3)]
+my_team <- team_roster(scoringPeriodId = 1)[[1]] # select first roster
+my_team[, -(1:3)]
93
```
94
95
### News
0 commit comments