ztr_read_groups: Read The Set Of Groups The Current Api Key Has Access To

Description Usage Arguments Value Examples

View source: R/api_read.R

Description

Read The Set Of Groups The Current Api Key Has Access To

Usage

1
ztr_read_groups(zotero_object, timeout = 20)

Arguments

zotero_object

Zotero object.

timeout

Seconds for the timeout of request (default: 20).

Value

httr::response object

Examples

1
2
3
4
5
6
## Not run: 
ztr <- Zotero$new("ztr4r")
ztr %>%
  ztr_read_groups()

## End(Not run)

tellnnn/ztr4r documentation built on Dec. 23, 2021, 8:43 a.m.