check_dir_create {baker}R Documentation

check existence and create folder if non-existent

Description

check existence and create folder if non-existent

Usage

check_dir_create(path)

Arguments

path

Folder path to check and create if not there.

Value

the same returned values for dir.create()

Examples


check_dir_create(tempdir())


[Package baker version 1.0.3 Index]