The restaurants are displayed in the order they are because ____of using the order function to sort it by customer count______.
The addition of the percentage column to the table allows the reader to see which restaurant had more percentage of customers
Total number of cases
## [1] 1282
## # A tibble: 4 × 3
## `data$restaurant` count Percentage
## <chr> <int> <dbl>
## 1 KFC 335 26.1
## 2 McDonald 320 25.0
## 3 Burger King 319 24.9
## 4 Taco Bell 308 24.0