Description Usage Arguments Details Value
map_MbM
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. |
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. |
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.
Returns the outpaths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.