player: Description of *player* data.frame

Description Format See Also

Description

Description of player data.frame

Format

A data.frame. Columns which likely to be used as factors record not available data as "Unknown". Other record as NA. The columns are:

id

<int>: identifier of player

type

<int>: correctness type of player (1 - correct, 2 - anonymous)

firstName

<chr>: first name of player

middleName

<chr>: middle name of player

lastName

<chr>: last name of player

teamName

<chr>: team name of player

teamNumber

<int>: team number of player

teamSeason

<int>: team season of player

shortName

<chr>: short name of player

nationality

<chr>: nationality of player

sex

<chr>: sex of player (M - male, F - female, Unknown - not available)

bioPage

<chr>: URL of biography page on snooker.org

born

<dttm>: date of birth

twitter

<chr>: twitter account

surnameFirst

<lgl>: whether surname is recorded first

license

<chr>: ?

club

<chr>: club name

url

<chr>: URL of the personal website

photo

<chr>: URL of player's photo

info

<chr>: additional information about player

status

<chr>: status of player (pro - professional, ama - amateur)

See Also

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.


evgeniC/snookerorg documentation built on May 16, 2019, 9:39 a.m.