View source: R/extend_to_useful.R
calc_C_mats | R Documentation |
This function adds allocation matrices (C_Y
and C_EIOU
) to the previously-created
CompletedAllocationTables
target.
calc_C_mats(
completed_allocation_tables,
countries,
matrix_class = c("matrix", "Matrix"),
country = IEATools::iea_cols$country,
year = IEATools::iea_cols$year,
c_source = IEATools::template_cols$c_source,
.values = IEATools::template_cols$.values,
C_Y = IEATools::template_cols$C_Y,
C_EIOU = IEATools::template_cols$C_eiou
)
completed_allocation_tables |
The completed allocation tables from which allocation ( |
countries |
The countries for which |
matrix_class |
The type of matrix that should be produced. One of "matrix" (the default and not sparse) or "Matrix" (which may be sparse). |
country, year |
See |
c_source, .values, C_Y, C_EIOU |
See |
A data frame with C_Y
and C_EIOU
columns containing allocation matrices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.