mkdir_temporary: Create a temporary directory

Description Usage Arguments Value

View source: R/file-system.R

Description

Creates a temporary directory, returning the file path of the freshly created directory. This function stops on failure rather than merely showing warnings.

Usage

1
mkdir_temporary(prefix = "resurrectr")

Arguments

prefix

A character vector giving the initial part of the temporary directory name.

Value

A character vector of the canonical file path of the created temporary directory.


james-atkins/resurrectr documentation built on Feb. 16, 2021, 12:06 a.m.