# NOT RUN {
# incorrectly spelled, with suggested alternative
occ_spellcheck(search = "kajsdkla")
# incorrectly spelled, without > 1 suggested alternative
occ_spellcheck(search = "helir")
# incorrectly spelled, without no alternatives
occ_spellcheck(search = "asdfadfasdf")
# correctly spelled, alternatives
occ_spellcheck(search = "helianthus")
# }
Run the code above in your browser using DataLab