Description Usage Arguments Value
Create a temporary directory via create_re_dir()
with a cleanup handler
attached to the calling environment. Cleanup deletes the directory and its
contents using withr::defer()
.
1 | local_re_dir(env = parent.frame())
|
env |
Attach cleanup handler to this environment, defaults to the calling environment. |
re_dir Newly created uniquely named temporary directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.