# NOT RUN {
x <- nbn_search(q = "Vulpes")
x$meta$totalRecords
x$meta$pageSize
x$meta$urlParameters
x$meta$queryTitle
head(x$data)
nbn_search(q = "blackbird", start = 4)
# debug curl stuff
nbn_search(q = "blackbird", verbose = TRUE)
# }
Run the code above in your browser using DataLab