Learn R Programming

rhymer (version 1.2.0)

get_spelled_like: 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)

Value

data with words that are spelled similarly.

Arguments

word

to get similarly spelled words with.

return_type

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.

limit

max number of words to return.

Examples

Run this code
get_spelled_like("test")

get_spelled_like("test", limit = 10)

Run the code above in your browser using DataLab