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 helper to reverse crossmaps #90

Closed cynthiahqy closed 1 year ago

cynthiahqy commented 1 year ago

Previously posted in #67

Reversing Crossmaps

Crossmaps are generally one-way, but if we look at link types:

Provide a helper method to "invert" a crossmap which:

You could provide this method for any xmap subclass:

The use-cases include:

cynthiahqy commented 1 year ago

done with #86, though might be modified depending on #67 implementation