| fastfood {openintro} | R Documentation | 
Nutrition in fast food
Description
Nutrition amounts in 515 fast food items. The author of the data scraped only entrees (not sides, drinks, desserts, etc.).
Usage
fastfood
Format
A data frame with 515 observations on the following 17 variables.
- restaurant
- Name of restaurant 
- item
- Name of item 
- calories
- Number of calories 
- cal_fat
- Calories from fat 
- total_fat
- Total fat 
- sat_fat
- Saturated fat 
- trans_fat
- Trans fat 
- cholesterol
- Cholesterol 
- sodium
- Sodium 
- total_carb
- Total carbs 
- fiber
- Fiber 
- sugar
- Suger 
- protein
- Protein 
- vit_a
- Vitamin A 
- vit_c
- Vitamin C 
- calcium
- Calcium 
- salad
- Salad or not 
Source
Retrieved from Tidy Tuesday Fast food entree data.
[Package openintro version 2.5.0 Index]