inventory_show: Return an entire inventory.

Description Usage Arguments Details

View source: R/inventory.R

Description

Return an entire inventory.

Usage

1
inventory_show(inv_location = NULL, make_new = FALSE)

Arguments

inv_location

Path to the inventory you want to create, access, or modify. If possible, this arg defaults to the parent of the last destination given to 'freeze'.

make_new

Deprecated; use inventory_make instead.

Details

inventory_* functions help organize data as it passes through multiple stages of analysis. The central data structure is a table with the filename .inventory.txt. It has five columns: tag, parent_tag, date_modified, filename, and extra.

inventory_show will return the whole table.


ekernf01/freezr documentation built on Feb. 8, 2022, 5:22 a.m.