Build a Zotero library API path
zotLibraryPath.RdBuild a Zotero library API path
Arguments
- config
A
zotConfig()object.- library
"user"for the configured user library or a numeric Zotero group identifier.
See also
zotConfig() and zotRequest().
Examples
Config <- zotConfig(userID = "42", key = "example-key")
zotLibraryPath(Config)
#> [1] "/users/42"
zotLibraryPath(Config, library = "5107760")
#> [1] "/groups/5107760"