| ext_stream | R Documentation |
Add or update the file extension for items in a file_stream object.
If a file extension exists, it is removed first.
ext_stream(x, ext)
x |
A |
ext |
The new extension. |
format_stream(), locate_stream(), new_stream(), file_stream(),
file_set()
x <- new_stream(3) x <- ext_stream(x, "feather") x[[1]]$file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.