Learn R Programming

zbank (version 0.1.0)

zb_publications: Publications

Description

Publications

Usage

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

Run this code
# NOT RUN {
zb_publications(id = "427D7953-E8FC-41E8-BEA7-8AE644E6DE77")
zb_publications(query = "pyle")
# }

Run the code above in your browser using DataLab