mpindex 0.2.1
CRAN release: 2024-01-09
- Changed returned value of
define_mpi_specsfrom list to data frame with a class ofmpi_specs_df. By default, it stores a global option namedmpi_specswhich can be accessed usinggetOption('mpi_specs'). Other specifications are now stored asattributes. - Changed default value of
.unit_of_analysisfromhouseholdstoNULL. -
save_mpinow allows unformatted output (tidy format) when generating an output. - Implemented feature to include MPI specification in the output by setting
.include_specstotTRUEinsave_mpi. - Deprecated
.names_separatorargument indefine_mpi_specs. - Enhancement of
define_deprivationbased on #17. - Added
use_global_mpi_specs()wrapper function to use Global MPI specification.