Description Usage Arguments Details
Locate your inventory.
1 | inventory_exists(inv_location = NULL)
|
inv_location |
Path to the inventory you think might exist, 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'. |
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_exists
assesses whether an inventory is accessible from the specified location.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.