tempfile2 {Require} | R Documentation |
Make a temporary subfile in a temporary (sub-)directory
Description
Make a temporary subfile in a temporary (sub-)directory
Usage
tempfile2(
sub = "",
tempdir = getOption("Require.tempPath", .RequireTempPath()),
...
)
Arguments
sub |
Character string, length 1. Can be a result of
|
tempdir |
Optional character string where the
temporary dir should be placed. Defaults to |
... |
passed to |
See Also
[Package Require version 1.0.0 Index]