inventory_rm: Remove no-longer important items from the inventory.

Description Usage Arguments Details

View source: R/inventory.R

Description

Remove no-longer important items from the inventory.

Usage

1
inventory_rm(tag = NULL, inv_location = NULL)

Arguments

tag

identifier for an inventory record that you want to add.

inv_location

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

Details

inventory_* functions help track 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_rm will remove the row with the given tag.


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