R/zotero_key.R
ZoteroKey.Rd
Create an identifier for Zotero items/collections or a write token to library
ZoteroKey(token = FALSE)
Create a write token, Default: FALSE
Will return a 8 character Zotero key or 32 character write token
Please see https://oeysan.github.io/c2z/
# Create a Zotero key key <- ZoteroKey() # Create a write token token <- ZoteroKey(TRUE)