raw_df_exposures | R Documentation |
An example of a player exposure data set that contains minimum required
exposure information as well as other player- and match-related variables. It
includes Liverpool Football Club male's first team players' exposure data,
exposure measured as (number or minutes of) matches played, over two
consecutive seasons, 2017-2018 and 2018-2019. Each row refers to
player-season. These data have been scrapped from
https://www.transfermarkt.com/ website using self-defined R code
with rvest
and xml2
packages.
raw_df_exposures
A data frame with 42 rows corresponding to 28 football players and 16 variables:
Name of the football player (factor)
Identification number of the football player (factor)
Season to which this player's entry corresponds (factor)
Year in which each season started (numeric)
Matches played by the player in each season (numeric)
Minutes played by the player in each season (numeric)
Name of the ligue where the player played in each season (factor)
Name of the club to which the player belongs in each season (factor)
Identification number of the club to which the player belongs in each season (factor)
Age of the player in each season (numeric)
Height of the player in m (numeric)
Place of birth of each player (character)
Citizenship of the player (factor)
Position of the player on the pitch (factor)
Dominant leg of the player. One of both, left or right (factor)
Number of goals scored by the player in that season (numeric)
Number of assists provided by the player in that season (numerical)
Number of the yellow cards received by the player in that season (numeric)
Number of the red cards received by the player in that season (numeric)
This data frame is provided for illustrative purposes. We warn that they might not be accurate, there might be a mismatch and non-completeness with what actually occurred. As such, its use cannot be recommended for epidemiological research (see also Hoenig et al., 2022).
https://www.transfermarkt.com/
Hoenig, T., Edouard, P., Krause, M., Malhan, D., Relógio, A., Junge, A., & Hollander, K. (2022). Analysis of more than 20,000 injuries in European professional football by using a citizen science-based approach: An opportunity for epidemiological research?. Journal of science and medicine in sport, 25(4), 300-305.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.