R/data-daily_internet_users.R

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

Try the regions package in your browser

Any scripts or data that you put into this service are public.

regions documentation built on June 21, 2021, 5:06 p.m.