get_rhyme {rhymer} | R Documentation |
Get data for rhyming words.
Description
Get data for rhyming words.
Usage
get_rhyme(word, return_type = "df", limit = 10, num_syl = NULL)
Arguments
word |
to rhyme with. |
return_type |
type to return. Options are:
|
limit |
max number of words to return. |
num_syl |
number of syllables in rhymes to return. |
Value
data with rhyming words.
Examples
get_rhyme("test")
get_rhyme("test", limit = 10)
[Package rhymer version 1.2.0 Index]