IPLCricket_tbl_df | R Documentation |
This dataset, IPLCricket_tbl_df, is a tibble containing match data from the Indian Premier League (IPL) played by teams representing different cities in India from 2008 to 2016.
data(IPLCricket_tbl_df)
A tibble with 8,560 observations and 10 variables:
Season year of the IPL (numeric)
Unique match identifier (numeric)
Name of the batting team (character)
Name of the bowling team (character)
Inning number (numeric)
Over number (numeric)
Number of wickets taken in the over (numeric)
Number of dot balls in the over (numeric)
Runs scored in the over (numeric)
Run rate for the over (numeric)
The dataset name has been kept as 'IPLCricket_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the IndiAPIs package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble object. The original content has not been modified in any way.
Data taken from the gravitas package version 0.1.3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.