-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdata-croatia_2010_1900.R
24 lines (24 loc) · 1.3 KB
/
data-croatia_2010_1900.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#' Input-output table for Croatia, 2010.
#'
#' 1900 - Symmetric input-output table for imports (product x product)
#' In thousand kunas (T_NAC)
#' @source \href{https://dzs.gov.hr/}{Državni zavod za statistiku}.
#' @usage data(croatia_2010_1900)
#' @format A data frame with 13 variables.
#'\describe{
#' \item{t_rows2}{Technology codes in row names, following the Eurostat convention.}
#' \item{t_rows2_lab}{Longer labels for t_rows2}
#' \item{values}{The actual values of the table in thousand kunas}
#' \item{t_cols2}{Column labels, following the Eurostat convention with differences. CPA_ suffix added to original DZS column names.}
#' \item{t_cols2_lab}{Longer labels for t_cols2}
#' \item{iotables_col}{The standardized iotables column labelling for easier reading.}
#' \item{col_order}{The column ordering to keep the matrix legible.}
#' \item{iotables_row}{The standardized iotables row labelling for easier reading.}
#' \item{row_order}{The row ordering to keep the matrix legible.}
#' \item{unit}{Different from Eurostat tables, in thousand national currency units.}
#' \item{geo}{ISO / Eurostat country code for Croatia}
#' \item{geo_lab}{ISO / Eurostat country name, Croatia.}
#' \item{time}{Date of the SIOT}
#' }
#' @family Croatia 2010 datasets
"croatia_2010_1900"