Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please follow the rules and solve this with R studio with the below 4 datasets. 1. food_item.csv 2. ingredient.csv 3. stock.csv 4. recipe.csv - Consider
Please follow the rules and solve this with R studio with the below 4 datasets.
1. food_item.csv
2. ingredient.csv
3. stock.csv
4. recipe.csv
- Consider the following entity-relationship diagram and corresponding CSV files 1. - Please use only the functions from the dplyr package to answer the questions below. - Don't use any control statements. - The efficiency and accuracy of your code account for 40% of this assignment. a. Write R code to return the food items required to cook the recipe "Beef Burger". b. Write R code to return all recipes containing both bread and tomato products with their weights on these two ingredients. c. Write R code to return the food items and their prices for all items of meat products sold at "MyMart" or "Coco Mart". d. Write R code to return the recipes with the total calories that contain "Wheat product". food_item ingredient recipe FilterStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started