Learn R Programming

cricketdata (version 0.3.0)

update_player_meta: Update player_meta

Description

The player_meta data set contains the names and other attributes of players who appear on both cricsheet and ESPNCricinfo as at 24 March 2025. This function returns an updated version of the data set based on information currently available online.

Usage

update_player_meta(start_again = FALSE)

Value

A tibble containing meta data on cricket players.

Arguments

start_again

If TRUE, downloads all data from ESPNCricinfo without using player_meta as a starting point. This can take a long time.

Author

Hassan Rafique and Rob J Hyndman

See Also

player_meta, fetch_player_meta().

Examples

Run this code
if (FALSE) {
# Update data to current
new_player_meta <- update_player_meta()
}

Run the code above in your browser using DataLab