R course
Daniel Vaulot
2023-01-17
Installation and reading
Install the following
# Data manipulation
install.packages("readxl") # Reading Excel files
install.packages("readr") # Reading and writing Text files
install.packages("rio") # Import and export a range of files format
install.packages("dplyr") # Filter and reformat data frames
install.packages("tidyr") # Make data "tidy"
install.packages("tibble") # Manipulate data frames
install.packages("stringr") # Manipulating strings
# Graphics
install.packages("ggplot2")
# Markdown
install.packages("knitr")
# Display tables
install.packages("DT")
Two options:
Install as an R package1
Please download and unzip on your computer:
Choose one of the two text below. Make sure you make the exercises.