The goal of argtracer is to collect R-eal values that are arguments and return values of function calls in the executable code from a corpus of CRAN packages
TBC
This example traces the arguments and return values that are associated with the call to stringr::str_detectrecursively
library(argtracer)
trace_args({
stringr::str_detect("ab", "a")
})