Description Usage Arguments Value Examples
Prefix file name with a date-stamp.
1  | date.stamp.file.name(file.name, date = Sys.Date(), separator = "_")
 | 
file.name | 
 File name to be date-stamped  | 
date | 
 Date to be added. Defaults to current date.  | 
separator | 
 String that should separate the date from the file name. Defaults to a single underscore.  | 
String giving the datestamped file name
1 2  | date.stamp.file.name('plot.png');
date.stamp.file.name('yesterdays_plot.png', date = Sys.Date() - 1);
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.