zot_set_options: Sets 'zoteroR' options

View source: R/options.R

zot_set_optionsR Documentation

Sets 'zoteroR' options

Description

It allows to preliminary store options frequently used by 'zoteroR', thus removing the requirement to specify them each time a function is called.

Usage

zot_set_options(...)

Arguments

user

A 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 (stores settings).

Examples

zot_set_options(user = 12345, credentials = "<API>")

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