View source: R/wb_pkg_dependencies.R
Function to retrieve package dependencies.
1 2 3 4 5 | wb_pkg_dependencies(
pkg,
library_path = NULL,
dep_types = c("imports", "depends", "linkingto")
)
|
pkg |
package to get dependencies from |
library_path |
library path to look for package |
dep_types |
character vector of dependency types to retrieve |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.