Description Usage Arguments Value Examples
Extract information about an R package, including version, source, objects, and dependencies.
1 | extract_package_info(packages)
|
packages |
a package name or vector of package names |
a tibble
1 2 | extract_package_info(packages = "ggplot2")
extract_package_info(packages = c("ggplot2", "dplyr"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.