map_MfM: map_MfM

Description Usage Arguments Details Value

Description

map_MfM

Usage

1
map_MfM(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.

writer.

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

Details

MfM is simply a linear mapping between the input and output. MfM is simply using 'lapply' the transform against the input dataframes.

Value

Returns the outpaths


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