tempSubdirectory: Create and Return Path to Subdirectory in tempdir()

View source: R/system.R

tempSubdirectoryR Documentation

Create and Return Path to Subdirectory in tempdir()

Description

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")

KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.