inventory_find: Locate your inventory.

Description Usage Arguments Details

View source: R/inventory.R

Description

Locate your inventory.

Usage

1
inventory_find(inv_location = NULL, return_existence_logical = FALSE)

Arguments

inv_location

Path to the inventory you want to create, access, or modify, or to its parent folder, or to any folder above that (as long as none of them contain other inventories). When possible, this arg defaults to the parent of the last destination given to 'freeze'.

return_existence_logical

If TRUE, return a bool indicating whether the inventory can be found.

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_find helps locate the inventory.


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