zot_get_creator_types: Find and show all valid creator types

Description Usage Arguments Value Examples

View source: R/read.R

Description

Find and show all valid creator types

Usage

1
2
zot_get_creator_types(item_type = "book", 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"

Value

A list including all valid creator types for given item type.

Examples

1
creator_types <- zot_get_creator_types()

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