| get_suggests {pkggraph} | R Documentation |
get_suggests
Description
Get dependencies
Usage
get_suggests(packages, level = 1L)
Arguments
packages |
(non-empty character vector) Package names |
level |
(positive integer) Depth of recursive dependency |
Value
A tibble with three columns: 'pkg_1', 'relation' and 'pkg_2'
Author(s)
Srikanth KS
See Also
get_depends, get_imports,
get_linkingto, get_suggests,
get_enhances, get_all_dependencies,
get_reverse_suggests
Examples
pkggraph::init(local = TRUE)
pkggraph::get_suggests("knitr")
[Package pkggraph version 0.2.3 Index]