get_imports: Get imported packages and their functions

Description Usage Arguments Value Examples

View source: R/get_imports.R

Description

Get imported packages and their functions

Usage

1
get_imports(path, x)

Arguments

path

Path to a package. Default: .. required

x

One or more functions. required.

Value

A list

Examples

1
2
3
4
5
6
7
## Not run: 
res <- scattalyze("../rredlist")
(funcs <- find_deps(res, fxns = "rl_citation"))
extract_funcs(path="../rredlist", funcs)
get_imports(path="../rredlist", funcs)

## End(Not run)

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