Import a function to map collection members
Source:R/local-collections.R
import_collection_mapper.Rd
Import a function to map collection members
Arguments
- collection
the name of the targeted collection (it should belong to local collections: see
list_local_collections()
).- fun
a function which takes 2 data.frames (x an y) with fields described in the collection definition and map the different elements.