createDirectory: Create Directory if it does not exist

View source: R/system.R

createDirectoryR Documentation

Create Directory if it does not exist

Description

Create Directory if it does not exist

Usage

createDirectory(dir.to.create, dbg = TRUE, confirm = FALSE)

Arguments

dir.to.create

character string representing the path to the directory to be created

dbg

if TRUE messages about created or found directories are shown

confirm

if TRUE (the default is FALSE!) the user is asked to confirm the creation of a directory

Value

created path or NULL if the path could not be created


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.