Used R programming to explore the dataset.
Using R Studio, analyzed the sample Facebook data. The datafile is in TSV (Tab Separated Values) format. Explored loading the data into R studio and gained the insights on : ## 1. Which gender makes more likes on World Wide Web? - Used group by function and also plotted the results using ggplot. ## 2. Which gender mostly initiated the friendship? - Plotted the data using ggplot and obtained the result. ## 3. Analyzed how many users operate the Mobile phone app. - Using the insight from this, we can understand whether more emphasis and development should be done on Mobile App.