dir_budg | R Documentation |
Create Budget Directory Creates directory for storing some type of budget data in a data/output/ directory
dir_budg(filetype, dir_string = NULL)
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/ |
Subdirectory (and/or parent directory) in data/output directory
{ dir_budg("parent_dir", "sub_dir") dir_budg("parent_dir") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.