| managed_tempfile | R Documentation |
Creates a temporary file and registers cleanup via on.exit().
managed_tempfile(pattern = "rclade_", fileext = ".tmp", tmpdir = tempdir())
pattern |
Character. File name pattern. |
fileext |
Character. File extension. |
tmpdir |
Character. Temporary directory. Default: tempdir(). |
List with path and cleanup function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.