get_collection_mapper: Get the default mapper function for a collection
Description
Get the default mapper function for a collection
Usage
get_collection_mapper(collection)
Value
A function to map collection members.
Arguments
- collection
the name of the targeted collection
(it should belong to local collections: see list_local_collections()
).