| locate_stream | R Documentation |
Add or update the directory location for items in a file_stream object.
If a directory path already exists, it is removed first.
locate_stream(x, where, initialize = FALSE)
x |
A |
where |
The new location. |
initialize |
If |
When initialize is set to TRUE, the locker space is initialized or
reset. In order to initialize, where must not exist or it must have been
previously set up as locker space. See setup_locker() for details.
format_stream(), ext_stream(), new_stream(), file_stream(),
file_set()
x <- new_stream(5) x <- locate_stream(x, file.path(tempdir(), "foo")) x[[1]]$file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.