getScriptInfo {envDocument} | 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()