ZoteroKey | R Documentation |
Create an identifier for Zotero items/collections or a write token to library
ZoteroKey(token = FALSE)
token |
Create a write token, Default: FALSE |
Please see https://oeysan.github.io/c2z/
Will return a 8 character Zotero key or 32 character write token
# Create a Zotero key
key <- ZoteroKey()
# Create a write token
token <- ZoteroKey(TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.