dir_create: Force creating directory with checks

Description Usage Arguments Value

View source: R/path.R

Description

Force creating directory with checks

Usage

1
dir_create(x, showWarnings = FALSE, recursive = TRUE, check = TRUE, ...)

Arguments

x

path to create

showWarnings, recursive, ...

passed to dir.create

check

whether to check the directory after creation

Value

Normalized path


dipterix/raveutils documentation built on July 6, 2020, 12:24 a.m.