eu20p {GmooG} | R Documentation |
Colours worn by European international football teams
Description
Colours for displaying teams
Usage
data(eu20p)
Format
A data frame with 4012 observations on these 21 variables.
year
year of competition
squad
country
no
player's squad number (from 1968 on)
pos
position, GK=Goalkeeper, DF=Defender, MF=midfield, FW=Forward
player
player name
date_of_birth_age
date of birth and age at competition
caps
number of international caps
club
club team of player
player_url
webpage for player
club_fa_url
webpage for Country Football Association of club
club_fa
Country Football Association of club
club_2
Second name for club
club_country
Country of club
club_country_flag
Image of country's flag
goals
number of goals scored for country
captain
logical TRUE (captain) or FALSE
player_original
player name and whether they were captain
nat_team
International team
club_country_harm
Country of club
nat_team_alpha3
abbreviation for international team
club_alpha3
abbreviation for country of club
Details
This dataset and the dataset eu20col are both used in Chapter 15, "Home or away: where do soccer players play?"
Source
https://github.com/guyabel/chord-uefa-ec/
Examples
data(eu20p, package="GmooG")
with(eu20p, table(pos))