zot_read_item: Read details of a Zotero item

Description Usage Arguments Value Examples

View source: R/read.R

Description

Read details of a Zotero item

Usage

1
zot_read_item(id, user = NULL, credentials = NULL)

Arguments

id

Id code of a zotero item

user

Zotero userId

credentials

Either an R object created with AuthZot(store = TRUE), or an API secret key with write access created at https://www.zotero.org/settings/keys

Value

A list including all available details on a given item.

Examples

1
item <- zot_read_item()

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