Import a function to map collection members
import_collection_mapper(collection, fun)
No return value, called for side effects. The function will be used to map collection members.
the name of the targeted collection
(it should belong to local collections: see list_local_collections()
).
a function which takes 2 data.frames (x an y) with fields described in the collection definition and map the different elements.