This dataset, internet_users_tbl_df, is a tibble containing the percentage of Internet users in Algeria and comparative data for regional and global contexts. It tracks the percentage of individuals using the Internet over time for Algeria, the Maghreb Union, the Arab World, the European Union, and the World average.
Usage
data(internet_users_tbl_df)
Format
A tibble with 32 observations and 6 variables:
- Year
Year of observation (numeric)
- Algeria
Percentage of Internet users in Algeria (numeric)
- Maghreb_union
Percentage of Internet users in the Maghreb Union (numeric)
- Arab_world
Percentage of Internet users in the Arab World (numeric)
- European_Union
Percentage of Internet users in the European Union (numeric)
- The_World
Percentage of Internet users globally (numeric)
Source
Data obtained from Kaggle: https://www.kaggle.com/datasets/fundal/algeria-five-indicators
Details
The dataset name has been kept as 'internet_users_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the AlgeriAPIs 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.