make_dir: Make a directory.

Description Usage Arguments Value Author(s) Examples

Description

Creates a directory in the working directory, and adds a hidden .keep file. The purpose of the .keep file is to allow for tracking by drake_plan during workflows, because drake_plan can only track files, not folders.

Usage

1
make_dir(dir_name, ...)

Arguments

dir_name

Name of the directory to be created.

...

Other arguments. Not used by this function, but meant to be used by drake_plan for tracking during workflows.

Value

NULL in the R environment; externally, creates a directory dir_name.

Author(s)

Joel H Nitta, joelnitta@gmail.com

Examples

1
## Not run: make_dir("new_dir")

joelnitta/baitfindR documentation built on May 7, 2020, 6:21 p.m.