Description Usage Arguments Value Examples
View source: R/find_beer_ingredients.R
Find ingridents used to make a beer.
1 | find_beer_ingredients(api_key, id, data_frame = TRUE)
|
api_key |
a charater string containing a BreweryDB API key. See http://www.brewerydb.com/developers to obtain an API key. |
id |
a character string containing a beer id. |
data_frame |
a logical argument indicating if the function should return
a data frame. Defaults to |
By default the function returns a data frame. If
data_frame = FALSE
the function returns a list of responses - 1
for each page of results - created by GET
1 2 | # Do Not Run
# find_beer_ingredients(key, id = 'WHQisc')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.