get_term: Retrieve Urban Dictionary definitions for a term

Description Usage Arguments See Also Examples

View source: R/query.R

Description

get_term gets definitions for a specific term from Urban Dictionary, along with associated metadata such as the submitter, up- and down-votes, and a permalink.

Usage

1
get_term(term, ...)

Arguments

term

the term to search for.

...

further arguments to pass to httr's GET function.

See Also

random_term for retrieving a set of random definitions for random terms.

Examples

1
2
# Simple example - retrieve the entry for "friendly fade"
fade_definitions <- get_term("friendly fade")

udapi documentation built on May 1, 2019, 7:47 p.m.