Description Usage Arguments Details Value
View source: R/build-database.R
Converts a character vector of keys into a list of character vectors of keys. Since only 50 items can be read from Zotero at a time, this function converts a list of keys into a series of character vectors that are each no more than 50 items long.
1 |
kl |
A character vector of keys of the form generated by 'get_zotero_key_list' |
DEPRECATED: Pulling more than one record at a time does not seem feasible as many of the keys do not return a BibLatex record and there is no way to tell which keys returned nothing when more than one key is read at a time. So this function will likely be unnecessary.
A list of character vectors of keys where no item in the list is more than 50 elements long.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.