{fpl} is an {R6} wrapper around the Barclays Fantasy Premier League API.
You can install:
# install.packages("remotes")
remotes::install_github("nathaneastwood/fpl")
library(fpl)
fpl <- FPL$new()
team <- fpl$get_team(11)
team_players <- team$get_players()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.