inventory_make: Make a new inventory.

Description Usage Arguments Details

View source: R/inventory.R

Description

Make a new inventory.

Usage

1
inventory_make(inv_location)

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'.

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_make will make an inventory at the specified location unless there's one already.


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