datamuse_api {rhymer} | R Documentation |
Call Datamuse API and return data.
Description
Call Datamuse API and return data.
Usage
datamuse_api(path, limit = 10)
Arguments
path |
path to append to Datamuse API endpoint. |
limit |
number of results to limit the API response to. |
Value
data returned from API call.
Examples
datamuse_api("/words?rel_rhy=test")
datamuse_api("/words?ml=test")
[Package rhymer version 1.2.0 Index]