Description Usage Arguments Details Value
map_MfM
1 |
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. |
MfM is simply a linear mapping between the input and output. MfM is simply using 'lapply' the transform against the input dataframes.
Returns the outpaths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.