zot_get_item_template: Get an item template for a valid item type

View source: R/read.R

zot_get_item_templateR Documentation

Get an item template for a valid item type

Description

Get an item template for a valid item type

Usage

zot_get_item_template(item_type = "book", cache = TRUE)

Arguments

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.

Value

A list. A template for creating items of the given item_type.

Examples

## Not run: 
item_templates <- zot_get_item_template()

## End(Not run)

giocomai/zoteroR documentation built on June 12, 2025, 9:32 p.m.