safe_tempdir {dynutils} | R Documentation |
Create an empty temporary directory and return its path
Description
Create an empty temporary directory and return its path
Usage
safe_tempdir(subfolder)
Arguments
subfolder |
Name of a subfolder to be created |
Examples
## Not run:
safe_tempdir("samson")
# "/tmp/Rtmp8xCGJe/file339a13bec763/samson"
## End(Not run)
[Package dynutils version 1.0.11 Index]