# NOT RUN {
x <- ns_export(text = "robin")
res <- ns_export_status(x)
str(res)
res$state
res$data$errorMessage
res$data$url
w <- ns_export(text_adv = list(searchToken = "western",
matchAgainst="allScientificNames", operator="startsWith"))
m <- ns_export_status(w)
head(jsonlite::fromJSON(m$data$url))
# }
Run the code above in your browser using DataLab