zot_get_item_types: Find and show all valid item types

Description Usage Arguments Value Examples

View source: R/read.R

Description

Find and show all valid item types

Usage

1
zot_get_item_types(cache = TRUE, locale = NULL)

Arguments

cache

Logical, defaults to TRUE. If TRUE, it stores the list of valid item types in a "zot_cache" folder in the current working directory.

locale

Defaults to English. If given, it should correspond to a language code such as "it" or "fr-FR"

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()'

Value

A charachter vector including all categories in which given item is included.

Examples

1
item_types <- zot_get_item_types()

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