Displaying 1 result from an estimated 1 matches for "filearg".
2012 Sep 21
1
__FILE__ object in R
Hi -
I'm curious if there is a way to get access to the location of the calling
script within R. I found one way of accessing it from this thread,
https://stat.ethz.ch/pipermail/r-devel/2008-April/048914.html, which
recommends using either:
parent.frame(2)$ofile
Or
FILE <- (function() {
attr(body(sys.function()), "srcfile")
})()$filename
However, those suggestions only