Description Usage Arguments Value Examples
Plot dependency tree
1 | plot_inventory(inventory_object)
|
inventory_object |
a tibble exported from the 'take_inventory' function |
a ggplot visualization of the given dependency tree
1 2 | ggplot2_inventory <- take_inventory(packages = "ggplot2")
plot_inventory(inventory_object = ggplot2_inventory)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.