zb_publications: Publications

Description Usage Arguments Examples

Description

Publications

Usage

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

zb_publications_(id, query, ...)

Arguments

id

(integer/numeric) A publication 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
## Not run: 
zb_publications(id = "427D7953-E8FC-41E8-BEA7-8AE644E6DE77")
zb_publications(query = "pyle")

## End(Not run)

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