| get_spelled_like | R Documentation | 
Get data for words that are spelled similarly.
get_spelled_like(word = "test", return_type = "df", limit = 10)
| word | to get similarly spelled words with. | 
| return_type | type to return. Options are: 
 | 
| limit | max number of words to return. | 
data with words that are spelled similarly.
get_spelled_like("test")
get_spelled_like("test", limit = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.