dir_budg: Create Budget Directory Creates directory for storing some...

View source: R/files_prep.R

dir_budgR Documentation

Create Budget Directory Creates directory for storing some type of budget data in a data/output/ directory

Description

Create Budget Directory Creates directory for storing some type of budget data in a data/output/ directory

Usage

dir_budg(filetype, dir_string = NULL)

Arguments

filetype

String name of directory that dir_string directory will be stored in

dir_string

String name of sub-directory to create in filetype directory. Default null if just want to create one new directory in data/output/

Value

Subdirectory (and/or parent directory) in data/output directory

Examples

{
dir_budg("parent_dir", "sub_dir")

dir_budg("parent_dir")

}

dpowerstp/tpbudget documentation built on June 3, 2022, 1:41 a.m.