cynthiahqy / conformr-xmap-project

R Package for harmonising data of different classifications or aggregations into a single dataset
MIT License
7 stars 1 forks source link

Add apply_xmap() methods to conformr #95

Open cynthiahqy opened 1 year ago

cynthiahqy commented 1 year ago

Implement a two interfaces, powered by underlying internal function:

Sample user code for apply_xmap() -- need to decide on arg names.

conformr::apply_xmap(data_in = state_data, xmap = agg_map,
                     in_codes = adm1, in_values = Pop,
                     out_codes = NULL, out_values = NULL)