Skip to contents

The goal of snitch is to …

Installation

You can install the development version of snitch like so:

pak::pak("tadascience/snitch")

Example

# snitch on one function
snitch::fun(rnorm)

# snitch on all functions from a package
snitch::pkg("dplyr")