get_caller {lgr} | R Documentation |
Information About the System
Description
get_caller()
Tries to determine the calling functions based on where
.
Usage
get_caller(where = -1L)
get_user(fallback = "unknown user")
Arguments
where |
|
fallback |
A fallback in case the user name could not be determined |
Value
a character
scalar.
See Also
Examples
foo <- function() get_caller(-1L)
foo()
get_user()
[Package lgr version 0.4.4 Index]