zb_authors: Search for authors

Description Usage Arguments Examples

Description

Search for authors

Usage

1
2
3
zb_authors(id = NULL, query = NULL, parse = TRUE, ...)

zb_authors_(id = NULL, query = NULL, ...)

Arguments

id

(integer/numeric) An author identifier

query

(character) Query terms

parse

(logical) Whether to parse to list (FALSE) or data.frame (TRUE). If TRUE, we also give back a tibble for easier consumption. Default: TRUE

...

Curl options passed to HttpClient

Examples

1
2
3
4
5
6
## Not run: 
zb_authors(id = "8C466CBE-3F7D-4DC9-8CBD-26DD3F57E212")
zb_authors(query = "Schmutz")
zb_authors(query = "Pyle")

## End(Not run)

zbank documentation built on May 2, 2019, 1:44 p.m.