Learn R Programming

iotables (version 0.3.4)

conforming_vector_create: Create an empty conforming vector

Description

This helper function creates you a named vector that conforms your analytical objects, such as the use table, the Leontieff-matrix, etc. With 60x60 matrixes it is easy to make mistakes with manual definition. The empty effects vector can be used in .csv format as a sample to import scenarios from a spreadsheet application.

Usage

conforming_vector_create(dat)

Arguments

dat

A use table, Leontieff-matrix, Leontieff-inverse, a coefficient matrix or other named matrix / vector.

Examples

Run this code
# NOT RUN {
de_use <- use_table_get ( source = "germany_1990", geo = "DE",
                         year = 1990, unit = "MIO_EUR", 
                         households = FALSE, labelling = "iotables")

conforming_vector_create (de_use)
# }

Run the code above in your browser using DataLab