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/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpSdCvlf/my-folder/my-subfolder"