Packages imported by a package

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")
#>  [1] "Hmisc"        "desc"         "dplyr"        "fs"           "ggplot2"     
#>  [6] "magrittr"     "progress"     "purrr"        "readr"        "rlang"       
#> [11] "rms"          "rprojroot"    "stats"        "stringr"      "telegram.bot"
#> [16] "tibble"       "tidyr"        "usethis"      "utils"