zot_read_item: Read details of a Zotero item

View source: R/read.R

zot_read_itemR Documentation

Read details of a Zotero item

Description

Read details of a Zotero item

Usage

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

## Not run: 
item <- zot_read_item()

## End(Not run)

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