powered by
Get data for words that are related according to a supplied code.
get_other_related(word = "test", code = "jja", return_type = "df", limit = 10)
data with words that are related.
to get similarly spelled words with.
related word code from http://www.datamuse.com/api/.
type to return. Options are:
'df' for data.frame.
'word' for a single word.
'random_word' or 'random word' or 'rand' for a random word.
'vector' for a vector of words.
max number of words to return.
get_other_related("test", code = "jja", limit = 3) get_other_related("test", code = "cns", limit = 10)
Run the code above in your browser using DataLab