import_collection_mapper {TKCat} | R Documentation |
Import a function to map collection members
Description
Import a function to map collection members
Usage
import_collection_mapper(collection, fun)
Arguments
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. |
Value
No return value, called for side effects. The function will be used to map collection members.
[Package TKCat version 1.1.11 Index]