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