Skip to contents

Create and Return Path to Subdirectory in tempdir()

Usage

tempSubdirectory(..., dbg = FALSE)

Arguments

...

parts of path to be created below tempdir()

dbg

if TRUE the directory creation is reported on. Default: FALSE

Value

full path to created directory

Examples

tempSubdirectory("my-folder/my-subfolder")
#> [1] "/var/folders/h1/8hndypj13nsbj5pn4xsnv1tm0000gn/T//Rtmp0pKi4m/my-folder/my-subfolder"