zb_authors: Search for authors

View source: R/zb_authors.R

zb_authorsR Documentation

Search for authors

Description

Search for authors

Usage

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

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

## End(Not run)

ropenscilabs/zbank documentation built on Sept. 11, 2022, 7:55 a.m.