make_new_output_dir | R Documentation |
Returns an appropriate path to save results in, creating it if necessary.
make_new_output_dir(root, date)
root |
[chr] path to root of output results |
date |
[chr] character date in form of "YYYY_MM_DD" or "today". "today" will be interpreted as today's date. |
[chr] path to new output directory of the form "/<root>/YYYY_MM_DD.VV"
## Not run:
make_new_output_dir(tempdir(), date = "today")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.