mkdate | R Documentation |
Creates a file path from a name, directory, and extension, then recursively creates each directory in the path. By default, the path is placed in a directory with today's date.
mkdate(filename, ext = "", path = ".", append.date = T)
filename |
The output file name. |
ext |
The file extension. |
path |
The path to the output file. |
append.date |
Whether to write the output to a directory with today's date. |
The output file path.
mkdate("example","txt",path="path/to")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.