diff --git a/R/output_multiplier_create.R b/R/output_multiplier_create.R index 6864f11..d7387c6 100644 --- a/R/output_multiplier_create.R +++ b/R/output_multiplier_create.R @@ -5,6 +5,14 @@ #' @param input_coefficient_matrix A Leontieff inverse matrix created by the #' \code{\link{input_coefficient_matrix_create}} function. #' @examples +#' de_use <- use_table_get ( source = "germany_1990", geo = "DE", +#' year = 1990, unit = "MIO_EUR", +#' households = FALSE, labelling = "iotables") +#' +#' de_output <- output_get ( source = "germany_1990", geo = "DE", +#' year = 1990, unit = "MIO_EUR", +#' households = FALSE, labelling = "iotables") +#' #' de_input_coeff <- input_coefficient_matrix_create( #' de_use, de_output, digits = 4) #' diff --git a/man/output_multiplier_create.Rd b/man/output_multiplier_create.Rd index 8093ccc..6ff7cf1 100644 --- a/man/output_multiplier_create.Rd +++ b/man/output_multiplier_create.Rd @@ -15,6 +15,14 @@ Output multipliers as defined by the Eurostat Manual of Supply, Use and Input-Output Tables on p500. } \examples{ +de_use <- use_table_get ( source = "germany_1990", geo = "DE", + year = 1990, unit = "MIO_EUR", + households = FALSE, labelling = "iotables") + +de_output <- output_get ( source = "germany_1990", geo = "DE", + year = 1990, unit = "MIO_EUR", + households = FALSE, labelling = "iotables") + de_input_coeff <- input_coefficient_matrix_create( de_use, de_output, digits = 4)