Building Your Own R Package
I would like to make a package that allows culinary students, chefs, or even just people cooking at home, to analyze and filter thousands of different recipes in a more simplified manner. It would allow them to find specific recipes based on ingredients, preparation time, type of meal, etc. It would also generate visualizations to easily compare different types of recipes based on their characteristics. This package will help them save time, explore new recipes, and view trends. Key functions that I would include are finding a specific recipe (find_recipe), outputting a random recipe (random_recipe), filtering the recipes by ingredients you have (filter_ingredient), and creating graphs to compare recipes by different characteristics (plot_time). I will think of more after further exploring the dataset. I hope this proposal meets the final project requirements. I was struggling to come up with an idea and realized I love to cook, but I often struggle with new things to make or what...