Description Usage Arguments Details Value Examples
Generates a closure that writes binary (raw) data to a file.
1 | file_writer(path)
|
path |
file name or path on disk |
The writer function automatically opens the file on the first write and closes when
it goes out of scope, or explicitly by setting close = TRUE
. This can be used
for the data
callback in multi_add()
or curl_fetch_multi()
.
Function with signature writer(data = raw(), close = FALSE)
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.