Returns the functions that call a specified function, based on profiling data. Shows who invokes the target function.
Value
A data frame with columns:
label: Caller function namesamples: Number of times this caller appearedpct: Percentage of calls from this caller
Examples
p <- pv_example()
pv_callers(p, "inner")
#> Function 'inner' not found in profiling data.
#> [1] label samples pct
#> <0 rows> (or 0-length row.names)
