import_collection_mapper: Import a function to map collection members

View source: R/local-collections.R

import_collection_mapperR 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 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.

Value

No return value, called for side effects. The function will be used to map collection members.


TKCat documentation built on Feb. 16, 2023, 10:51 p.m.