get_spelled_like {rhymer} | R Documentation |
Get data for words that are spelled similarly.
Description
Get data for words that are spelled similarly.
Usage
get_spelled_like(word = "test", return_type = "df", limit = 10)
Arguments
word |
to get similarly spelled words with. |
return_type |
type to return. Options are:
|
limit |
max number of words to return. |
Value
data with words that are spelled similarly.
Examples
get_spelled_like("test")
get_spelled_like("test", limit = 10)
[Package rhymer version 1.2.0 Index]