tempfile2 {reproducible} | R Documentation |
Make a temporary file in a temporary (sub-)directory
Description
Make a temporary file in a temporary (sub-)directory
Usage
tempfile2(
sub = "",
tempdir = getOption("reproducible.tempPath", .reproducibleTempPath()),
...
)
Arguments
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 |
Value
A character string of a path to a file in a
sub-directory of the tempdir()
. This file will likely not exist yet.
See Also
[Package reproducible version 2.1.0 Index]