safe_tempdir: Create an empty temporary directory and return its path

View source: R/safe_tempdir.R

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

dynutils documentation built on Oct. 11, 2022, 5:07 p.m.