Hello I am wokring with hotel bookings data and ahve created a new column dubbed "total_guests" this gives me the size of each party that stays at a hotel. I am on to making bar charts for each months data and want to see the total traffic per day. However when I create it it gives me the total occurences of each group. I want to know the total people per day what funciton would I sue insdie ggplot to figure this out.
My code i am currently running is
ggplot(data = August_2015_mydg) +
+ geom_bar(mapping = aes(x = total_guests)) +
+ facet_wrap(~arrival_date_day_of_month)
Here is the data https://docs.google.com/spreadsheets/d/15Pfdn8plXDW2meysOgeubFCe4AY08M0xHZHNAtI8JPM/edit?usp=sharing