findSourceTraceback {R.utils} | R Documentation |
Finds all 'srcfile' objects generated by source() in all call frames. This makes it possible to find out which files are
currently scripted by source
().
## Default S3 method: findSourceTraceback(...)
... |
Not used. |
Returns a named list of objects of class 'srcfile'.
The names of the list entries corresponds to the 'filename'
value of each corresponding 'srcfile' object.
The returned list is empty if source
() was not called.
Henrik Bengtsson (http://www.braju.com/R/)