ZoteroKey {c2z}R Documentation

Create Zotero key or write token

Description

Create an identifier for Zotero items/collections or a write token to library

Usage

ZoteroKey(token = FALSE)

Arguments

token

Create a write token, Default: FALSE

Details

Please see https://oeysan.github.io/c2z/

Value

Will return a 8 character Zotero key or 32 character write token

Examples

# Create a Zotero key
key <- ZoteroKey()
# Create a write token
token <- ZoteroKey(TRUE)

[Package c2z version 0.2.0 Index]