Case Count

The total number of cases is 1064

By restaurant

## # A tibble: 4 x 3
##   `data$restaurant` count Percentage
##   <chr>             <int>      <dbl>
## 1 KFC                 285       26.8
## 2 McDonald            268       25.2
## 3 Burger King         262       24.6
## 4 Taco Bell           249       23.4

KFC has 285 customers, McDonald has 268 customers, Burger King has 262 customers and Taco Bell has 249 customers.

Analysis Question 1: Order

The restaurants are displayed in the order they are based on customer counts in descending order.

Analysis Question 2: Percentage

The addition of the percentage column to the table allows the reader to see the percentage of customers by restaurants.