zot_create_items: Create new items from a data frame

Description Usage Arguments Value Examples

View source: R/edit_item.R

Description

Create new Zotero items from a data frame

Usage

1
2
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 'zoteroR::zot_get_item_template()' for the given item type.

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

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

Examples

1
item <- zot_create_items(item_df)

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