Open hadley opened 6 years ago
Rough guess of what you need to do:
rlang::call_stack()
Also look at rlang::trace_back() which should be capturing the srcrefs
rlang::trace_back()
Start by reading https://adv-r.hadley.nz/environments.html#call-stack
Rough guess of what you need to do:
rlang::call_stack()
to get list of all calls leading to logging functionAlso look at
rlang::trace_back()
which should be capturing the srcrefs