imported_from {depigner} | R Documentation |
Packages imported by a package
Description
Packages imported by a package
Usage
imported_from(x, include_self = FALSE)
Arguments
x |
(chr) the package you would like to see its imports |
include_self |
(lgl, FALSE) do you like to include 'x' itself in the output? |
Value
(chr) vector of packages imported by 'x'
Examples
imported_from("depigner")
[Package depigner version 0.9.1 Index]