gets data for all teams
1 2 3 4 5 6 7 | build_dataset_for_playoff_model_step1(season,
base_url = "https://stats.nba.com/stats/leaguedashteamstats?",
per_mode = "PerGame", plus_minus = "N", pace_adjust = "N",
rank = "N", season_type = "Regular%20Season", outcome = "",
location = "", month = 0, season_segment = "", date_from = "",
date_to = "", opp_team_id = 0, vs_conf = "", vs_div = "",
game_segment = "", period = 0, last_n_games = 0)
|
1 | build_dataset_for_playoff_model(year='2018-19')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.