store_inventory: Store an inventory object as a .rda file

Description Usage Arguments Value Examples

View source: R/tree_extract.R

Description

Store an inventory object as a .rda file

Usage

1
store_inventory(inventory_object, filepath)

Arguments

inventory_object

An inventory object, a data.frame from the 'take_inventory' function.

filepath

Location to save the inventory

Value

saved .rda file

Examples

1
2
two_pack_inventory <- take_inventory(packages = c("ggplot2", "dplyr"))
## Not run: store_inventory(two_pack_inventory, filepath = "~/Path/To/Folder/filename.rda")

kiegan/manager documentation built on Sept. 24, 2020, 10:59 p.m.