Learn R Programming

zbank (version 0.1.0)

zb_authors: 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

Run this code
# NOT RUN {
zb_authors(id = "8C466CBE-3F7D-4DC9-8CBD-26DD3F57E212")
zb_authors(query = "Schmutz")
zb_authors(query = "Pyle")
# }

Run the code above in your browser using DataLab