# NOT RUN {
count()
count(index='plos')
count(index='plos', type='article')
count(index='shakespeare')
count(index=c('plos','shakespeare'), q="a*")
count(index=c('plos','shakespeare'), q="z*")
# Curl options
library("httr")
count(callopts=verbose())
# }
Run the code above in your browser using DataLab