Displaying 3 results from an estimated 3 matches for "getsrcfilenam".
Did you mean:
getsrcfilename
2012 Jun 05
4
How do I obtain the current active path of a function that's being called?
Hi all,
How do I obtain the current active path of a function that's being called?
That's to say, I have several source files and they all contain definition
of function A.
I would like to figure out which function A and from which file is the one
that's being called and is currently active?
Thanks a lot!
[[alternative HTML version deleted]]
2011 Apr 13
0
R 2.13.0 is released
...tion removeSource() removes the internally stored
source from a function.
? "srcref" attributes now include two additional line number
values, recording the line numbers in the order they were parsed.
? New functions have been added for source reference access:
getSrcFilename(), getSrcDirectory(), getSrcLocation() and
getSrcref().
? Sys.chmod() has an extra argument use_umask which defaults to
true and restricts the file mode by the current setting of umask.
This means that all the R functions which manipulate
file/directory permissions by...
2011 Apr 13
0
R 2.13.0 is released
...tion removeSource() removes the internally stored
source from a function.
? "srcref" attributes now include two additional line number
values, recording the line numbers in the order they were parsed.
? New functions have been added for source reference access:
getSrcFilename(), getSrcDirectory(), getSrcLocation() and
getSrcref().
? Sys.chmod() has an extra argument use_umask which defaults to
true and restricts the file mode by the current setting of umask.
This means that all the R functions which manipulate
file/directory permissions by...