Description Usage Arguments Value Examples
Scan package and get functions, and their dependencies, etc
1 | scattalyze(path = ".", include_base = FALSE)
|
path |
Path to a package. Default: |
include_base |
Whether to include functions from the 'base' package.
Default: |
A function_map S3 object (a list basically)
1 2 3 4 5 6 7 8 | ## Not run:
(res <- scattalyze("../rredlist"))
# data
res$data
# exports
res$exports
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.