Description Usage Arguments Value Examples
Recipes output in HTML for the Shiny App
1 2 | function_div(URL, recipeTitle, pic_URL, recipeDifficulty, recipeCost,
recipePreparationTime, recipeCookingTime, health_index)
|
URL |
url to be put in href |
recipeTitle |
title to be put in <a> |
pic_URL |
URL of the recipe's image |
recipeDifficulty |
difficulty of the recipe |
recipeCost |
cost of the whole recipe |
recipePreparationTime |
preparation time for the recipe |
recipeCookingTime |
cooking time for the recipe |
health_index |
Healthiness of the recipe |
html tag
1 | function_div('url', 'title', 'picture_url', 'difficulty', 'cost', 'time_p', 'time_c', 'health')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.