create_dir: Create a directory

View source: R/utils.R

create_dirR Documentation

Create a directory

Description

A wrapper function for creating new directories. Each directory is created relative to the current working directory.

Usage

create_dir(string, overwrite = FALSE)

Arguments

string

A character string giving the name of the new folder.

overwrite

A boolean equal to TRUE if existing folders and files should be overwritten. All warnings are supressed. Default is FALSE.


edsandorf/gizmo documentation built on Oct. 7, 2022, 3:45 p.m.