sniffer: sniffer - pretty print method

View source: R/sniffer.R

snifferR Documentation

sniffer - pretty print method

Description

sniffer - pretty print method

Usage

sniffer(dir = ".")

Arguments

dir

path to a package root

Value

named list of all secrets, each either an empty list if none found, or a named list of files and the line numbers secrets found on

Examples

## Not run: 
# dir = tempdir()
path <- "/Users/sckott/github/ropensci/taxize"
sniffer(dir = path)

## End(Not run)

ropensci/trufflesniffer documentation built on Sept. 11, 2022, 11:08 a.m.