zot_read_children_id: Read IDs of all children of a Zotero item

View source: R/read.R

zot_read_children_idR Documentation

Read IDs of all children of a Zotero item

Description

Read IDs of all children of a Zotero item

Usage

zot_read_children_id(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 vector including the ID of all children

Examples

## Not run: 
item_id <- zot_read_children_id(id = "<ID>")

## End(Not run)

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