get_exports {risk.assessr} | R Documentation |
list all package exports
Description
adapted from mpn.scorecard
adapted from mpn.scorecard
Usage
get_exports(pkg_source_path)
get_exports(pkg_source_path)
Arguments
pkg_source_path |
a file path pointing to an unpacked/untarred package directory |
Value
data.frame, with one column 'exported_function', that can be passed to all downstream map_* helpers
data.frame, with one column 'exported_function', that can be passed to all downstream map_* helpers
[Package risk.assessr version 2.0.0 Index]