zot_get_item_types_fields: Find and show all valid fields for a given item type

Description Usage Arguments Value Examples

View source: R/read.R

Description

Find and show all valid fields for a given item type

Usage

1
2
zot_get_item_types_fields(item_type = "book", cache = TRUE,
  locale = NULL)

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 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"

Value

A data frame including all valid fields for given item type.

Examples

1

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