Skip to content

Commit cda8e19

Browse files
authoredJan 15, 2024
resolve duplicated code chunk name
1 parent 67c7ac3 commit cda8e19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎vignettes/extract-understat-data.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ To get a list of all available teams names team selected league, use the `unders
7272

7373
You can pass the results of the `understat_avalaible_teams()` function execution to the `understat_team_meta()` function.
7474

75-
```{r team_urls, eval=FALSE}
76-
team_urls <- understat_team_meta(team_name = understat_avalaible_teams(league = 'EPL'))
75+
```{r team_names, eval=FALSE}
76+
team_names <- understat_team_meta(team_name = understat_avalaible_teams(league = 'EPL'))
7777
```
7878

7979

0 commit comments

Comments
 (0)
Please sign in to comment.