Packages imported by a package
imported_from(x, include_self = FALSE)
(chr) the package you would like to see its imports
(lgl, FALSE) do you like to include `x` itself in the output?
(chr) vector of packages imported by `x`
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"