Description of event data.frame
A data.frame. Columns which likely to be used as factors record
not available data as "Unknown". Other record as NA.
Rows are arranged from the latest ended event to the earliest.
The columns are:
<int>: identifier of event
<chr>: name of event
<dttm>: start date of event
<dttm>: end date of event
<chr>: event's sponsor name
<int>: season event was played
<chr>: type of event (Amateur, Invitational, Ladies Ranking, Players Tour Championship, Qualifying, Qualifying School, Ranking, Seniors Event, Teams Event, Unknown)
<int>: ?
<chr>: name of venue event was played
<chr>: city name event was played
<chr>: country name event was played
<chr>: discipline of event (snooker, six-red snooker, Power Snooker)
<int>: identifier of the main event in case the event is qualifying
<chr>: sex of the players allowed (Both, Men, Women)
<chr>: age group of event's players (O - all players, S - seniors, U21 - under 21, Unknown - not available)
<chr>: URL of the event
<chr>: the name of the events group event is related to (many levels, e.g. "world" for World Championship, "uk" for UK Championship, "" for separate events etc.)
<chr>: stage event represents inside "main" event (F - main stage, Q - qualifying, QS - qualifying school, Unknown - not available)
<chr>: event's type code (somewhat incomplete)
<chr>: short name of event
<int>: identifier in World Snooker database/site
<chr>: ranking type of event (WR - world rankings, LWR - ladies world rankings, QS - qualifying school, Unknown - not available) (somewhat incomplete)
<int>: identifier for event prediction contest (?)
<lgl>: whether event is a team one
<int>: identifier of format (1 - ?, 2 - ?, 3 - ?)
<chr>: twitter account for the event (NA - not available)
<chr>: twitter hashtag for the event (NA - not available)
<dbl>: ?
<lgl>: whether all rounds of the event are added to database
<chr>: URL for event's photos
<int>: number of competitors in main event (sometimes differs from actual by +-1)
<int>: some number in case event is upcoming
<int>: number of active matches in event (?)
<int>: number of results added of event (sometimes inaccurate)
<chr>: note about event
<chr>: another note about event
<int>: identifier of player-defending champion (column "id" in player data.frame)
<int>: identifier of previous edition of the event (column "id" in event data.frame) (not for all tournaments)
get_events for querying data about events by ID.
get_season_events for querying data about events in specific season.
get_all_events for querying data about all available events.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.