Description Usage Arguments Value Examples
Store an inventory object as a .rda file
1 | store_inventory(inventory_object, filepath)
|
inventory_object |
An inventory object, a data.frame from the 'take_inventory' function. |
filepath |
Location to save the inventory |
saved .rda file
1 2 | two_pack_inventory <- take_inventory(packages = c("ggplot2", "dplyr"))
## Not run: store_inventory(two_pack_inventory, filepath = "~/Path/To/Folder/filename.rda")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.