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/RtmpqJ1aai/Clone50-temp-263b36e2738f4"

See also

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