Description Public fields Methods
Player Class
Player Class
id
first_name
last_name
team
height
weight
jersey
year
position
city
state
country
new()
Player$new( id, first_name, last_name, team, height, weight, jersey, year, position, city, state, country )
toJSON()
Player$toJSON()
fromJSON()
Player$fromJSON(PlayerJson)
toJSONString()
Player$toJSONString()
fromJSONString()
Player$fromJSONString(PlayerJson)
clone()
The objects of this class are cloneable with this method.
Player$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.