View source: R/getScriptInfo.R
getScriptInfo | R Documentation |
getScriptInfo
retrieves the file path and modification time
for the calling script.
getScriptInfo()
Note: Currently this works if the script was called via source(), knitr::spin(), Rstudio's _compile notebook_ (ctrl-shift-K), Rscript or R -f.
script_info <- getScriptInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.