daily_internet_users {regions} | R Documentation |
Daily Internet Users
Description
A dataset containing the percentage of individuals who used the Internet on a daily basis in the European countries and regions.
Usage
daily_internet_users
Format
A data frame with 3 variables:
- geo
National and sub-national geographical codes from Eurostat
- time
Time, coded as a numeric variable of the year, 2006-2019
- values
The numeric statistical values
Details
The fresh version of this statistic can be obtained by
eurostat::get_eurostat("isoc_r_iuse_i", time_format = "num")
and filtered for the indic_is = "I_IDAY"
indicator and the
unit="PC_IND"
unit.
Source
The eventual source of the data is the Eurostat table isoc_r_iuse_i
https://appsso.eurostat.ec.europa.eu/nui/show.do?dataset=isoc_r_iuse_i&lang=en
[Package regions version 0.1.8 Index]