fastfood2017.csv

cookoutburgers.csv

Description

Data were collected in January 2017 from online nutritional information provided by fast food restaurant chains. Food items from each restaurant include various burgers, a breaded chicken sandwich, a grilled chicken sandwich, chicken nuggets, french fries, and a chocolate milkshake, when possible. The “various burgers” selected were the smallest hamburger, the smallest cheeseburger, and some of the restaurant’s most well known larger burgers (e.g., Big Mac, Whopper). The Cookout data was sourced from https://www.fastfoodmenuprices.com/cookout-nutrition/.

Variables

Rows: 126
Columns: 12
$ restaurant   <chr> "McDonald's", "McDonald's", "McDonald's", "McDonald's", "…
$ item         <chr> "Hamburger", "Cheeseburger", "Big Mac", "Quarter Pounder …
$ type         <chr> "Burger", "Burger", "Burger", "Burger", "Burger", "Burger…
$ servingsize  <dbl> 98, 113, 211, 202, 270, 283, 257, 213, 200, 65, 75, 93, 1…
$ calories     <dbl> 240, 290, 530, 520, 720, 750, 530, 510, 350, 190, 230, 22…
$ totalfat     <dbl> 8, 11, 27, 26, 40, 43, 15, 22, 9, 12, 11, 8, 12, 38, 49, …
$ saturatedfat <dbl> 3.0, 5.0, 10.0, 12.0, 15.0, 19.0, 10.0, 3.5, 2.0, 2.0, 1.…
$ transfat     <dbl> 0.0, 0.5, 1.0, 1.5, 1.5, 2.5, 1.0, 0.0, 0.0, 0.0, 0.0, 0.…
$ sodium       <dbl> 480, 680, 960, 1100, 1470, 1280, 160, 990, 820, 360, 130,…
$ carbs        <dbl> 32, 33, 47, 41, 51, 42, 86, 55, 42, 12, 30, 26, 27, 49, 4…
$ sugars       <dbl> 6, 7, 9, 10, 14, 10, 63, 10, 8, 0, 0, 6, 7, 11, 8, 11, 10…
$ protein      <dbl> 12, 15, 24, 30, 39, 48, 11, 24, 28, 9, 2, 11, 13, 26, 33,…
# A tibble: 6 × 12
  restaurant item     type  servi…¹ calor…² total…³ satur…⁴ trans…⁵ sodium carbs
  <chr>      <chr>    <chr>   <dbl>   <dbl>   <dbl>   <dbl>   <dbl>  <dbl> <dbl>
1 McDonald's Hamburg… Burg…      98     240       8       3     0      480    32
2 McDonald's Cheeseb… Burg…     113     290      11       5     0.5    680    33
3 McDonald's Big Mac  Burg…     211     530      27      10     1      960    47
4 McDonald's Quarter… Burg…     202     520      26      12     1.5   1100    41
5 McDonald's Bacon C… Burg…     270     720      40      15     1.5   1470    51
6 McDonald's Double … Burg…     283     750      43      19     2.5   1280    42
# … with 2 more variables: sugars <dbl>, protein <dbl>, and abbreviated
#   variable names ¹​servingsize, ²​calories, ³​totalfat, ⁴​saturatedfat, ⁵​transfat

Variables

Rows: 4
Columns: 5
$ burger   <chr> "Small 1/8 lb Burger", "Regular 1/4 lb Burger", "Huge 1/2 lb …
$ calories <dbl> 230, 330, 510, 310
$ fat      <dbl> 7, 14, 26, 13
$ carbs    <dbl> 27, 27, 27, 27
$ protein  <dbl> 12, 22, 39, 20
# A tibble: 4 × 5
  burger                calories   fat carbs protein
  <chr>                    <dbl> <dbl> <dbl>   <dbl>
1 Small 1/8 lb Burger        230     7    27      12
2 Regular 1/4 lb Burger      330    14    27      22
3 Huge 1/2 lb Burger         510    26    27      39
4 Big Double Burger          310    13    27      20

References

Source: StatCrunch dataset “Nutritional Data for Fast Food 2017”