map_MbM: map_MbM

Description Usage Arguments Details Value

Description

map_MbM

Usage

1
map_MbM(inpaths, outpaths, transform, reader, writer)

Arguments

inpaths

character. A character string representing multiple input paths. The raw data is read in from each path and stored as a list.

outpaths

character. A character vector representing multiple output paths, which each output set will be written to.

transform

function. The transformation function to be applied.

reader

function. The function used to read the data set to the target location.

writer

function. The function used to write the data set to the target location.

Details

MbM (the "b" stands for blend) assumes the inputs will be combined in an arbitrary fashion by the transform. The input sets are fed to the transform via 'do.call', and the user should ensure that the output sets are named in the order that the transform returns them.

Value

Returns the outpaths


christiantillich/PipR documentation built on Feb. 27, 2020, 7:52 p.m.