Learn R Programming

alakazam (version 0.2.2)

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.

Other file input and output functions: readChangeoDb, writeChangeoDb

Examples

Run this code
makeTempDir("Clone50")

Run the code above in your browser using DataLab