add_UKEnergy2000_matnames | R Documentation |
Add a column of matrix names to tidy data frame
add_UKEnergy2000_matnames(
.DF,
ledger_side_colname = "Ledger.side",
energy_colname = "E.ktoe",
supply_side = "Supply",
consumption_side = "Consumption",
matname_colname = "matname",
U_name = "U",
V_name = "V",
Y_name = "Y"
)
.DF |
a data frame with |
ledger_side_colname |
the name of the column in |
energy_colname |
the name of the column in |
supply_side |
the identifier for items on the supply side of the ledger (a string).
Default is " |
consumption_side |
the identifier for items on the consumption side
of the ledger (a string). Default is " |
matname_colname |
the name of the output column containing the name of the matrix
in which this row belongs (a string). Default is " |
U_name |
the name for the use matrix (a string). Default is " |
V_name |
the name for the make matrix (a string). Default is " |
Y_name |
the name for the final demand matrix (a string). Default is " |
.DF
with an added column, UVY_colname
.
matsindf:::add_UKEnergy2000_matnames(UKEnergy2000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.