1. Basics for Data Manipulation.html
2. Introduction to R and RStudio.html
3. Installing R on Windows
4.1 Download+and+install+R+on+Mac (1).pdf
4. Installing R on Macs.html
5. Installing R Studio on Windows
6.1 Download+and+install+R+Studio (1).pdf
6. Installing R Studio on Macs.html
7. Exploring R Studio Interface
8. Creating a new project in R Studio
9. Real-world Data Manipulation Project Using Python and Pandas.html
10. What are packages.html
11. How to install Packages
12. Loading Packages
13.1 sydneybeaches.csv
13. Importing data into R Studio
14. Reading CSV data with R
15. Selecting a subset of data
16. Performing multiple operations with Pipe Operator
17. Cleaning Columns
18. Creating new columns from existing Columns
19. Create another R Project.html
20.1 chocolate.csv
20. Load data into new project
21. What is data wrangling.html
22. Perform data wrangling
23. Create a scatter plot
24. Create a bar graph
25. Basic Data Types in R.html
26. Control Structures and Functions in R.html
27. Data Manipulation with dplyr in R.html
28. Introduction to dplyr package.html
29. Filtering and Selecting Data with dplyr.html
30. Arrange, Mutate, Summarize and Group By functions.html
31. Data Manipulation with tidyr in R.html
32. Introduction to tidyr package.html
33. Reshape data with gather and spread functions.html
34. Unite and separate columns.html