zot_get_item_template | R Documentation |
Get an item template for a valid item type
zot_get_item_template(item_type = "book", cache = TRUE)
item_type |
Defaults to "book". It must correspond to a valid item type. You can chech which item types are valid with the function 'zot_get_item_types()' |
cache |
Logical, defaults to TRUE. If TRUE, it stores the template in a "zot_cache" folder in the current working directory. |
A list. A template for creating items of the given item_type.
## Not run:
item_templates <- zot_get_item_template()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.