Now that we are creating functions that take parameters from parent functions we need to make sure that all functions contain the relevant parameters and that the names are consistent.
Commonly used parameters:
- fy.year (character) The financial year over which ... is to be calculated.
- Date (Date vector or coercible to such) An alternative to \code{fy.year}
- n_dependants (integer) Number of dependent children. By default, \code{0L}, so no children.
- has_partner (logical) Is each individual married? By default, \code{FALSE}.
Now that we are creating functions that take parameters from parent functions we need to make sure that all functions contain the relevant parameters and that the names are consistent.
Commonly used parameters: