zot_get_item_template: Get an item template for a valid item type

Description Usage Arguments Value Examples

View source: R/read.R

Description

Get an item template for a valid item type

Usage

1
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

1
item_types <- zot_get_item_types()

giocomai/zoteroR documentation built on Feb. 23, 2020, 9:52 a.m.