tempfile2 | R Documentation |
Make a temporary file in a temporary (sub-)directory
tempfile2(
sub = "",
tempdir = getOption("reproducible.tempPath", .reproducibleTempPath()),
...
)
sub |
Character string, length 1. Can be a result of
|
tempdir |
Optional character string where the temporary
directory should be placed. Defaults to |
... |
passed to |
A character string of a path to a file in a
sub-directory of the tempdir()
. This file will likely not exist yet.
tempdir2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.