Description of player data.frame
A data.frame. Columns which likely to be used as factors record
not available data as "Unknown". Other record as NA.
The columns are:
<int>: identifier of player
<int>: correctness type of player (1 - correct, 2 - anonymous)
<chr>: first name of player
<chr>: middle name of player
<chr>: last name of player
<chr>: team name of player
<int>: team number of player
<int>: team season of player
<chr>: short name of player
<chr>: nationality of player
<chr>: sex of player (M - male, F - female, Unknown - not available)
<chr>: URL of biography page on snooker.org
<dttm>: date of birth
<chr>: twitter account
<lgl>: whether surname is recorded first
<chr>: ?
<chr>: club name
<chr>: URL of the personal website
<chr>: URL of player's photo
<chr>: additional information about player
<chr>: status of player (pro - professional, ama - amateur)
get_players for querying data about players by ID.
get_event_players for querying data about players in specific event.
Returns described data.frame with status filled with NA.
get_season_pro_players for querying data about professional players
in specific season. Returns described data.frame with status filled
with pro.
get_season_ama_players for querying data about amateur players
in specific season. Returns described data.frame with status filled
with ama.
get_all_players for querying data about all available players.
Returns described data.frame with status filled with both pro
and ama.
get_all_pro_players for querying data about all available
professional players. Returns described data.frame with status filled
with pro.
get_all_ama_players for querying data about all available
amateur players. Returns described data.frame with status filled
with ama.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.