Description Usage Arguments Value Examples
Read Tags Associated With A Specific Item
1 | ztr_read_item_tags(zotero_object, item, ..., timeout = 20)
|
zotero_object |
|
item |
Item key. |
... |
Query inputs. See Read Requests and Sorting and Pagination in the Zotero Web API Documents for available query. |
timeout |
Seconds for the timeout of request (default: |
httr::response
object
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
ztr <- Zotero$new("ztr4r")
# simple example
ztr %>%
ztr_read_item_tags(item = "foo")
# example with query
ztr %>%
ztr_read_item_tags(
item = "foo",
format = "json", limit = 25
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.