Description Usage Arguments Value
View source: R/update_r_script_title_box.R
Useful function to automatically update the last modified field when changes are made to a script. This is a simple implementation of version control, and a modern system such as 'git' would be recommended instead.
1 | update_r_script_title_box(file, new_date = Sys.Date())
|
file |
Path to .R script file to be updated. |
new_date |
The date to be given as the last modification date. Default is today. |
If file runs cleanly, then output is TRUE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.