Description Usage Arguments Details
Return an entire inventory.
1 | inventory_show(inv_location = NULL, make_new = FALSE)
|
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.