Learn R Programming

depigner (version 0.9.1)

imported_from: Packages imported by a package

Description

Packages imported by a package

Usage

imported_from(x, include_self = FALSE)

Value

(chr) vector of packages imported by `x`

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?

Examples

Run this code
imported_from("depigner")

Run the code above in your browser using DataLab