makeTempDir {alakazam}R Documentation

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

makeTempDir("Clone50")


[Package alakazam version 1.3.0 Index]