create_dir: Create a directory.

Description Usage Arguments Value Examples

View source: R/create_dir.R

Description

Highly recommend to use R Studio projects so paths are relative to the current working directory. Wrapper to dir.create.

Usage

1

Arguments

...

Strings of the names within a single path

Value

Create a new directory at the specified path

Examples

1
2
create_dir("data", "raw")
create_dir("data", "processed")

antchau/glider documentation built on Dec. 1, 2020, 9:23 p.m.