# NOT RUN {
is.glottolog(c('Adyghe', 'Russian'))
is.glottolog('Buyaka')
# Add warning message with sugestions
is.glottolog(c('Adygey', 'Russian'), response = TRUE)
# > FALSE TRUE
# Warning message:
# In is.glottolog(c('Adyge', 'Russian'), response = TRUE) :
# Language Adyge is absent in our version of the Glottolog database. Did you mean Aduge, Adyghe?
# }
Run the code above in your browser using DataLab