scattalyze: Scan package and get functions, and their dependencies, etc

Description Usage Arguments Value Examples

View source: R/scattalyze.R

Description

Scan package and get functions, and their dependencies, etc

Usage

1
scattalyze(path = ".", include_base = FALSE)

Arguments

path

Path to a package. Default: .

include_base

Whether to include functions from the 'base' package. Default: FALSE

Value

A function_map S3 object (a list basically)

Examples

1
2
3
4
5
6
7
8
## Not run: 
(res <- scattalyze("../rredlist"))
# data
res$data
# exports
res$exports

## End(Not run)

ropenscilabs/atomize documentation built on Aug. 20, 2020, 3:55 p.m.