get_on_off_splits_players: Get available players for on_off_splits() from stints data...

Description Usage Arguments Value See Also Examples

Description

Use this function if you want to find players for on_off_splits.

Usage

1

Arguments

stints.df

data.frame, stints downloaded with get_stints_fibalivestats() or get_stints_livefibaeurope()

print

logical, TRUE by default, set to FALSE if you do not want to print results. For on_off_splits() puropses mostly.

Value

data.frame with all players and teams available in stints.df

See Also

get_on_off_splits_players, get_stints_fibalivestats, get_stints_livefibaeurope

Examples

1
2
3
4
5
6
#get stints from Basketball Champions League using data()
#it will be stored in cl_stints
data("cl_stints")

#get all different players and teams from this data
get_on_off_splits_players(cl_stints)

bziarkowski/euRobasket documentation built on May 17, 2019, 9:12 a.m.