make_expenditure_smry_tb: Make expenditure summary tibble

make_expenditure_smry_tbR Documentation

Make expenditure summary tibble

Description

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.

Usage

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"
)

Arguments

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'

Value

No return value, called for side effects.


ready4-dev/bimp documentation built on April 22, 2024, 8:25 a.m.