Learn R Programming

rhymer (version 1.2.0)

datamuse_api: Call Datamuse API and return data.

Description

Call Datamuse API and return data.

Usage

datamuse_api(path, limit = 10)

Value

data returned from API call.

Arguments

path

path to append to Datamuse API endpoint.

limit

number of results to limit the API response to.

Examples

Run this code
datamuse_api("/words?rel_rhy=test")

datamuse_api("/words?ml=test")

Run the code above in your browser using DataLab