Description of match 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 match to the earliest.
The columns are:
<int>: identifier of match
<int>: identifier of match's event (column "id" in event data.frame)
<int>: round number (unknown decoding)
<int>: number of match inside round
<int>: identifier of player 1 (column "id" in player data.frame)
<int>: number of won frames by player 1
<lgl>: whether the win of player 1 was scored by the technical reasons
<int>: identifier of player 2 (column "id" in player data.frame)
<int>: number of won frames by player 2
<lgl>: whether the win of player 2 was scored by the technical reasons
<int>: identifier of match's winner (column "id" in player data.frame)
<lgl>: whether the match is unfinished
<lgl>: whether the match is on break
<int>: identifier of the match in World Snooker database/website
<chr>: URL for match's live scoring
<chr>: URL for match's details
<lgl>: whether points for the match are missed (mainly because of walkovers) (not always correct)
<lgl>: whether to show common note somewhere
<lgl>: ?
<int>: type of event (1, 2; 2 occures for 10 World Cup events)
<int>: ?
<chr>: URL for video stream
<dttm>: date of database record creation
<dttm>: date of database record modification
<dttm>: start time of match
<dttm>: end time of match
<dttm>: scheduled start time of match
<chr>: per frame scores (in one string)
<chr>: information about sessions
<chr>: match note
<chr>: match extended note
get_matches for querying data about matches by ID.
get_event_matches for querying data about matches in specific event.
get_ongoing_matches for querying data about matches that are being played.
get_season_player_matches for querying data about matches of specific player in specific season.
get_all_matches for querying data about all available matches (has long execution time).
get_all_player_matches for querying data about all available matches of specific player.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.