Learn R Programming

nbastatR (version 0.1.03)

get_player_season_shot_data: GET NBA PLAYER SHOT DETAIL DATA

Description

GET NBA PLAYER SHOT DETAIL DATA

Usage

get_player_season_shot_data(player = "Stephen Curry", year_season_end = 2016, return_df_only = F, use_shot_zone_side = F, season_type = "Regular Season", shots_type = c("Dunk", "Layup", "Jump Shot", "Fadeaway", "Bank", "Tip", "Hook"), shot_areas = c("Three Point", "Paint", "Mid-Range"), vs_conference = NA, vs_division = NA, quarter_range = 1:12, minute_range = 0:12, against_team = NA, game_location = NA, game_month = NA, outcome = NA, position = NA, season_segment = NA, exclude_backcourt = T, return_message = T)

Arguments

return_message

Examples

Run this code
get_player_season_shot_data(player = "K.J. Mcdaniels", year_season_end = 2015)

Run the code above in your browser using DataLab