get_other_related {rhymer} | R Documentation |
Get data for words that are related according to a supplied code.
Description
Get data for words that are related according to a supplied code.
Usage
get_other_related(word = "test", code = "jja", return_type = "df", limit = 10)
Arguments
word |
to get similarly spelled words with. |
code |
related word code from http://www.datamuse.com/api/. |
return_type |
type to return. Options are:
|
limit |
max number of words to return. |
Value
data with words that are related.
Examples
get_other_related("test", code = "jja", limit = 3)
get_other_related("test", code = "cns", limit = 10)
[Package rhymer version 1.2.0 Index]