function_div: Recipes output in HTML for the Shiny App

Description Usage Arguments Value Examples

Description

Recipes output in HTML for the Shiny App

Usage

1
2
function_div(URL, recipeTitle, pic_URL, recipeDifficulty, recipeCost,
  recipePreparationTime, recipeCookingTime, health_index)

Arguments

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

Value

html tag

Examples

1
function_div('url', 'title', 'picture_url', 'difficulty', 'cost', 'time_p', 'time_c', 'health')

antoinepay/foodx documentation built on May 6, 2019, 4:30 p.m.