zot_create_items: Create new items from a data frame

View source: R/edit_item.R

zot_create_itemsR Documentation

Create new items from a data frame

Description

Create new Zotero items from a data frame

Usage

zot_create_items(item_df, collection = NULL, user = NULL, credentials = NULL)

Arguments

item_df

A data frame representing new items. Column names must correspond to [zot_get_item_template()] for the given item type.

user

Zotero userId

credentials

Either an R object created with [zot_auth()], or an API secret key with write access created at https://www.zotero.org/settings/keys)

Value

Nothing, used for its side effects (creates new items on Zotero)

Examples

## Not run: 
item <- zot_create_items(item_df)

## End(Not run)

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