Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 518 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 518 Bytes

argtracer

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

Installation

TBC

Example

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")
})