powered by
Get data for rhyming words.
get_rhyme(word, return_type = "df", limit = 10, num_syl = NULL)
data with rhyming words.
to rhyme with.
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.
number of syllables in rhymes to return.
get_rhyme("test") get_rhyme("test", limit = 10)
Run the code above in your browser using DataLab