get_new_output_dir | R Documentation |
Get a new directory path, but don't make it
get_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"
get_new_output_dir(root = tempdir(), date = "today")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.