Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 947 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 947 Bytes

snitch

Lifecycle: experimental CRAN status R-CMD-check

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