# NOT RUN {
searchplos(q='ecology', fl=c('id','publication_date'), limit = 2)
# Get only full article DOIs
out <- searchplos(q="*:*", fl='id', fq='doc_type:full', start=0, limit=250)
head(out$data)
# Get DOIs for only PLoS One articles
out <- searchplos(q="*:*", fl='id', fq='journal_key:PLoSONE',
start=0, limit=15)
head(out$data)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab