Introduction to R
DifficultyLevel
OpenTo
Everyone
more
...
Description
Objectives
- Understand basic R commands
- Learn how to use the RStudio interface
- Understand the use of R functions
- Be able to perform simple data manipulations
- Be able to create basic visualizations

Course Content
I. Introduction
- Getting started with the RStudio environment
- Programming best practices
- Different types and classes of variables
- Functions

II. Data manipulation with the tidyverse
- Logical operators
- Working with data frames

III. Visualization with ggplot2
- Principles
- Simple examples