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 pairs_from_vector() function #110

Closed cynthiahqy closed 1 year ago

cynthiahqy commented 1 year ago

since a named list is a vector, you should be able to take named vectors and turn them into candidate links using the same method as links_from_list(), they could even just alias each other

cynthiahqy commented 1 year ago

Variant on #66 , with naming consistent with #111