get_players | R Documentation |
Lists players for a given team and date
get_players(team_code, date_code)
team_code |
Full code for the team you want to scrape. From sfscrape::get_teams. E.g. |
date_code |
Code for the date you want to scrape. From sfscrape::get_dates |
data.frame with cols "player_id", "player_name", "player_code"
# sfscrape::get_players("/team/10/manchester_city/", "220006")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.