Displays source code around a specific file and line number with profiling information for each line.
Value
Invisibly returns a debrief_source_context object. Use
capture.output() to capture the formatted text output.
Examples
p <- pv_example()
pv_source_context(p, "R/main.R", linenum = 10)
#> File not found in profiling data.
#> Available files:
#> example_code.R
#>
#> Run pv_help() to see all available functions.
