if (FALSE) {
# this calls will only work if a token is set and valid
res1 <- spp_distributions(taxon_id = '4521')
res2 <- spp_distributions(taxon_id = c('4521', '3210', '10255'))
res3 <- spp_distributions(taxon_id = '4521', raw = TRUE)
res4 <- spp_distributions(taxon_id = '4521', language = 'fr',
verbose = FALSE, config = httr::progress())
}
Run the code above in your browser using DataLab