alakazam (version 1.1.0)

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.

See Also

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

Examples

Run this code
# NOT RUN {
makeTempDir("Clone50")

# }

Run the code above in your browser using DataLab