map_by_chunk_id: Perform a function on both disk.frames x and y, each chunk of x and y gets run by fn(x.chunk, y.chunk)
Description
Perform a function on both disk.frames x and y, each chunk of x and y gets run by fn(x.chunk, y.chunk)
Usage
map_by_chunk_id(x, y, fn, outdir)
Arguments
fn
a function to be called on each chunk of x and y matched by chunk_id