We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c7ac3 commit cda8e19Copy full SHA for cda8e19
vignettes/extract-understat-data.Rmd
@@ -72,8 +72,8 @@ To get a list of all available teams names team selected league, use the `unders
72
73
You can pass the results of the `understat_avalaible_teams()` function execution to the `understat_team_meta()` function.
74
75
-```{r team_urls, eval=FALSE}
76
-team_urls <- understat_team_meta(team_name = understat_avalaible_teams(league = 'EPL'))
+```{r team_names, eval=FALSE}
+team_names <- understat_team_meta(team_name = understat_avalaible_teams(league = 'EPL'))
77
```
78
79
0 commit comments