make_expenditure_smry_tb | R Documentation |
make_expenditure_smry_tb() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make expenditure summary tibble. The function is called for its side effects and does not return a value.
make_expenditure_smry_tb(
input_data_ls,
incld_areas_ls,
area_var_nm_1L_chr = "Recipient_STE_chr",
n_rescs__var_nm_1L_chr = "Unit_Qty_dbl",
unit_cost_var_nm_1L_chr = "Unit_Cost_Dollars_dbl"
)
input_data_ls |
Input data (a list) |
incld_areas_ls |
Included areas (a list) |
area_var_nm_1L_chr |
Area variable name (a character vector of length one), Default: 'Recipient_STE_chr' |
n_rescs__var_nm_1L_chr |
N resources variable name (a character vector of length one), Default: 'Unit_Qty_dbl' |
unit_cost_var_nm_1L_chr |
Unit cost variable name (a character vector of length one), Default: 'Unit_Cost_Dollars_dbl' |
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.