read_lines_apply | R Documentation |
Reads a file in chunks, applies a function to each of them, and returns to results of the function calls.
read_lines_apply(
file_path,
func,
buffer_size = 1000,
simplify = FALSE,
skip = 0
)
file_path |
( |
func |
( |
buffer_size |
( |
simplify |
( |
skip |
( |
list
of results of func
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.