makeTempDir - Create a temporary folder

Description

makeTempDir creates a randomly named temporary folder in the system temp location.

Usage

makeTempDir(prefix)

Arguments

prefix
prefix name for the folder.

Value

The path to the temporary folder.

Examples

makeTempDir("Clone50")
[1] "/tmp/RtmpfnBULh/Clone50-temp-150765ca358e0"

See also

This is just a wrapper for tempfile and dir.create.