event: Description of *event* data.frame

Description Format See Also

Description

Description of event 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 event to the earliest. The columns are:

id

<int>: identifier of event

name

<chr>: name of event

startDate

<dttm>: start date of event

endDate

<dttm>: end date of event

sponsor

<chr>: event's sponsor name

season

<int>: season event was played

type

<chr>: type of event (Amateur, Invitational, Ladies Ranking, Players Tour Championship, Qualifying, Qualifying School, Ranking, Seniors Event, Teams Event, Unknown)

num

<int>: ?

venue

<chr>: name of venue event was played

city

<chr>: city name event was played

country

<chr>: country name event was played

discipline

<chr>: discipline of event (snooker, six-red snooker, Power Snooker)

main

<int>: identifier of the main event in case the event is qualifying

sex

<chr>: sex of the players allowed (Both, Men, Women)

ageGroup

<chr>: age group of event's players (O - all players, S - seniors, U21 - under 21, Unknown - not available)

url

<chr>: URL of the event

related

<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.)

stage

<chr>: stage event represents inside "main" event (F - main stage, Q - qualifying, QS - qualifying school, Unknown - not available)

valueType

<chr>: event's type code (somewhat incomplete)

shortName

<chr>: short name of event

worldSnookerId

<int>: identifier in World Snooker database/site

rankingType

<chr>: ranking type of event (WR - world rankings, LWR - ladies world rankings, QS - qualifying school, Unknown - not available) (somewhat incomplete)

eventPredictionId

<int>: identifier for event prediction contest (?)

team

<lgl>: whether event is a team one

format

<int>: identifier of format (1 - ?, 2 - ?, 3 - ?)

twitter

<chr>: twitter account for the event (NA - not available)

hashTag

<chr>: twitter hashtag for the event (NA - not available)

conversionRate

<dbl>: ?

allRoundsAdded

<lgl>: whether all rounds of the event are added to database

photoURLs

<chr>: URL for event's photos

numCompetitors

<int>: number of competitors in main event (sometimes differs from actual by +-1)

numUpcoming

<int>: some number in case event is upcoming

numActive

<int>: number of active matches in event (?)

numResults

<int>: number of results added of event (sometimes inaccurate)

note

<chr>: note about event

commonNote

<chr>: another note about event

defendingChampion

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

previousEdition

<int>: identifier of previous edition of the event (column "id" in event data.frame) (not for all tournaments)

See Also

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.


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