An R-Ladies Amsterdam event.
This repository contains the materials for the Introduction to R workshop. The repository contains the following files:
- Intro_to_R_presentation.pdf: workshop slides that present material on four areas of R programming: 1) basic R operations, 2) data types and basic data manipulation, 3) plotting in base R, and 4) an introduction to ggplot2 for more advanced graphics. These slides borrow heavily from the Introduction to R book by Alex Douglas, Deon Roos, Francesca Mancini, Ana Couto & David Lusseau. These slides are not exhaustive and we encourage workshop participants to seek out other resources for more information, such as R for Data Science and ggplot2: Elegant Graphics for Data Analysis.
- Intro_to_R.Rmd: this R markdown file contains exercises for each section of the presentation for workshop participants to practice using R on their own.
- Intro_to_R_solutions.Rmd: this R markdown file contains the code solutions to the exercises in Intro_to_R.Rmd.
- flower.xls: this is an Excel data file that is used throughout the presentation to illustrate many R capabilities.