zot_read_children_id: Read IDs of all children of a Zotero item

Description Usage Arguments Value Examples

View source: R/read.R

Description

Read IDs of all children of a Zotero item

Usage

1
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

1
item_id <- zot_read_children_id()

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