zot_get_item_types: Find and show all valid item types

View source: R/read.R

zot_get_item_typesR Documentation

Find and show all valid item types

Description

Find and show all valid item types

Usage

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

## Not run: 
item_types <- zot_get_item_types()

## End(Not run)

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