util.ensure.dir: Ensure Existance of Directory

Description Usage Arguments Details Examples

View source: R/util.R

Description

This method ensures that the directory given as a parameter exists.

Usage

1
util.ensure.dir(dir.name)

Arguments

dir.name

character string of the name of the directory which should be checked for existance and added if missing.

Details

This method takes a character string as input which denotes a directory path. It first checks whether the given directory already exists on the filesystem. If this is not the case it will be created.

Examples

1

MarcoNiemann/kaggle_house documentation built on May 7, 2019, 2:50 p.m.