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/RtmpqvQnWr/Clone50-temp-24ce1f193fcd"

See also

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