Learn R Programming

LaF (version 0.5)

process_blocks-methods: Blockwise processing of blocks.

Description

Reads the specified file block by block and feeds each block to the specified function.

Arguments

Details

The function should accept as the first argument the next block of data. When the end of the file is reached this is an empty (zero row) data.frame. As the second argument the function should accept the output of the previous call to the function. The first time the function is callen the second argument has the value NULL.