Skip to content

PRL-PRG/argtracer

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published