Description Usage Arguments Value Note Author(s) Examples
This function query all the dependencies of an R package.
1 | pkg_dep1(x)
|
x |
A character string of the name of an R package. |
a vector: a unique vector of the dependencies of an R package.
It only delve into one sub-level of the dependencies of an R package.
Miao Cai <email: miao.cai@outlook.com>
1 2 3 | # query the dependencies of the package "cli"
pkg_dep1('cli')
# [1] "glue" "utils"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.