make_clean_directory: Create and/or clear out a directory

make_clean_directoryR Documentation

Create and/or clear out a directory

Description

Create and/or clear out a directory

Usage

make_clean_directory(path, clean = FALSE)

Arguments

path

Path to directory to create and/or clean

clean

Should the contents of path be deleted? Defaults to FALSE for safety.

Value

Invisibly returns the path that may have been created and/or cleaned.


ChristopherBarrington/helpr documentation built on Oct. 25, 2024, 9:17 a.m.