Skip to content

Commit

Permalink
missing variables from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
antaldaniel committed Sep 10, 2018
1 parent a9cd729 commit 4be7cf2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions R/output_multiplier_create.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
#'
Expand Down
8 changes: 8 additions & 0 deletions man/output_multiplier_create.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4be7cf2

Please sign in to comment.