Skip to content

Commit 53b044b

Browse files
committed
Fix vignette to pull current roster example
1 parent 4a0a812 commit 53b044b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/fantasy-football.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ website. Players are listed in order of their "slot" with name and team
8888
information followed by projected and actual scores and ownership statistics.
8989

9090
```{r team-roster}
91-
my_team <- team_roster(scoringPeriodId = 1, leagueHistory = TRUE)[[1]] # select first roster
92-
my_team[[1]][, -(1:3)]
91+
my_team <- team_roster(scoringPeriodId = 1)[[1]] # select first roster
92+
my_team[, -(1:3)]
9393
```
9494

9595
### News

0 commit comments

Comments
 (0)