# Introduction to R

## Introduction to R

- [Welcome!](https://r-unimelb.gitbook.io/rbook/master.md): To the wonderful world of R and RStudio
- [Finding Resources](https://r-unimelb.gitbook.io/rbook/finding-resources.md): Where to find help: Community, videos, books, cheatsheets and more...
- [Acknowledgments](https://r-unimelb.gitbook.io/rbook/acknowledgments.md): Who wrote wrote this book?
- [About this course](https://r-unimelb.gitbook.io/rbook/introduction-to-r-and-rstudio/about-this-course.md): An introduction to R for non-programmers
- [Setting up](https://r-unimelb.gitbook.io/rbook/introduction-to-r-and-rstudio/getting-set-up.md): Installing R and RStudio on your computer
- [Introduction to RStudio](https://r-unimelb.gitbook.io/rbook/introduction-to-r-and-rstudio/introduction-to-rstudio.md): Finding your way around RStudio
- [Data Types](https://r-unimelb.gitbook.io/rbook/demystifying-data-types/untitled-1.md): Logis and Doubles and Strings, oh my!
- [Data Structures](https://r-unimelb.gitbook.io/rbook/demystifying-data-types/untitled.md): A list, a vector, and a data frame walk into a bar...
- [The Tidyverse](https://r-unimelb.gitbook.io/rbook/into-the-tidyverse/the-tidyverse.md): Your one stop shop for data analysis.
- [Reading and Cleaning Data](https://r-unimelb.gitbook.io/rbook/into-the-tidyverse/untitled.md): Getting your data in, and ready to work with.
- [Manipulating Data](https://r-unimelb.gitbook.io/rbook/into-the-tidyverse/manipulating-data-with-dplyr.md): Bending data to answer your questions with dplyr.
- [ggplot2 and the grammar of graphics](https://r-unimelb.gitbook.io/rbook/putting-the-r-in-art/ggplot2-and-the-grammar-of-graphics.md): A picture tells a thousand words...
- [Some Basic Plots](https://r-unimelb.gitbook.io/rbook/putting-the-r-in-art/some-basic-plots.md): Introducing the fundamental scatter, line and bar plots for visualisation
