imported_from: Packages imported by a package

View source: R/imported_from.R

imported_fromR 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")

depigner documentation built on April 24, 2023, 5:08 p.m.