zb_publications: Publications
Usage
zb_publications(id = NULL, query = NULL, parse = TRUE, ...)zb_publications_(id, query, ...)
Arguments
id
(integer/numeric) A publication identifier
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
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