This project aims to analyze Airbnb listing data using R to derive insights about the properties listed, their prices, locations, and various other attributes. The analysis can help potential hosts understand market trends and assist guests in making informed booking decisions. Additionally, we visualize our findings through various graphs.
Packages Required
install.packages("ggvis")
install.packages("ggplot2")
install.packages("dplyr")
install.packages("skimr")
install.packages("ggmap")