match: Description of *match* data.frame

Description Format See Also

Description

Description of match data.frame

Format

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:

id

<int>: identifier of match

eventId

<int>: identifier of match's event (column "id" in event data.frame)

round

<int>: round number (unknown decoding)

number

<int>: number of match inside round

player1Id

<int>: identifier of player 1 (column "id" in player data.frame)

score1

<int>: number of won frames by player 1

walkover1

<lgl>: whether the win of player 1 was scored by the technical reasons

player2Id

<int>: identifier of player 2 (column "id" in player data.frame)

score2

<int>: number of won frames by player 2

walkover2

<lgl>: whether the win of player 2 was scored by the technical reasons

winnerId

<int>: identifier of match's winner (column "id" in player data.frame)

unfinished

<lgl>: whether the match is unfinished

onBreak

<lgl>: whether the match is on break

worldSnookerId

<int>: identifier of the match in World Snooker database/website

liveURL

<chr>: URL for match's live scoring

detailsURL

<chr>: URL for match's details

pointsDropped

<lgl>: whether points for the match are missed (mainly because of walkovers) (not always correct)

showCommonNote

<lgl>: whether to show common note somewhere

estimated

<lgl>: ?

type

<int>: type of event (1, 2; 2 occures for 10 World Cup events)

tableNo

<int>: ?

videoURL

<chr>: URL for video stream

initDate

<dttm>: date of database record creation

modDate

<dttm>: date of database record modification

startDate

<dttm>: start time of match

endDate

<dttm>: end time of match

scheduledDate

<dttm>: scheduled start time of match

frameScores

<chr>: per frame scores (in one string)

sessions

<chr>: information about sessions

note

<chr>: match note

extendedNote

<chr>: match extended note

See Also

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.


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