R/data-metadata.R

#' Metadata
#'
#' An arrangement of the Eurostat national accounts vocabulary, used to correctly
#' order wide format rows and columns from bulk long-form tables. 
#' @usage data(metadata)
#' @format A data frame with 8 variables.
#'\describe{
#'   \item{variable}{Eurostat vocabulary source, i.e. t_rows, t_cols, prod_na, induse}
#'   \item{group}{ Informal labelling for macroeconomic groups }
#'   \item{code}{Eurostat labels}
#'   \item{label}{Eurostat label descriptions}
#'   \item{quadrant}{Where to place the data from a long-form raw data file}  
#'   \item{account_group}{Different from Eurostat tables, in thousand national currency units.}
#'   \item{numeric_label}{ ordering from quadrant, account_group, digit_1, digit_2}     
#'   \item{iotables_label}{Custom, machine_readable snake format variable names}                     
#' }
#' @family Metadata datasets

"metadata"

Try the iotables package in your browser

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

iotables documentation built on Sept. 24, 2022, 5:05 p.m.