get_content {rhymer} | R Documentation |
Extract content from Datamuse API call.
Description
Extract content from Datamuse API call.
Usage
get_content(full_path, return_type = "df", limit = 10)
Arguments
full_path |
API path to append to Datamuse API endpoint. |
return_type |
type to return. Options are:
|
limit |
max number of rows to return from the content dataframe. |
Value
content returned from API call.
Examples
get_content("/words?rel_rhy=test", limit = 5)
get_content("/words?ml=test", limit = 20)
[Package rhymer version 1.2.0 Index]