stack_chopped_ECCs | R Documentation |
This function stacks chopped data frames with dplyr::bind_rows()
.
stack_chopped_ECCs(
psut,
chop_R = NULL,
chop_Y = NULL,
chopped_mat = PFUAggPipeline::aggregation_df_cols$chopped_mat,
chopped_var = PFUAggPipeline::aggregation_df_cols$chopped_var,
Y_matname = Recca::psut_cols$Y,
R_matname = Recca::psut_cols$R,
product_sector = PFUAggPipeline::aggregation_df_cols$product_sector,
none = PFUAggPipeline::agg_metadata$none
)
psut, chop_Y, chop_R |
Data frames to be stacked. |
chopped_mat, chopped_var |
Names of columns that tell the matrix that has been chopped ( |
R_matname, Y_matname |
The names of R and Y matrices to be added to the |
product_sector |
The name of the data frame column that contains the variable that has been chopped. |
none |
The string for no chopping. Used with |
A row-bound version of PSUT_Re_all_Gr_all
, PSUT_Re_all_Gr_all_Chop_Y
, and PSUT_Re_all_Gr_all_Chop_R
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.