get_player_form: Get Player form data

Description Usage Arguments Value Examples

Description

This function allows you to get the form of all players for the period requested

Usage

1
get_player_form(since, min_games = 6, min_av_points = 20)

Arguments

since

date from which to look at a players form

min_games

how many games should a player have in the period to be included

min_av_points

what av points should a player have in the period to be included

Value

A plyr object containing the form data

Examples

1
get_player_form("2016-03-01", 6, 20)

jowers/nbadata documentation built on May 19, 2019, 9:43 p.m.