Copy the following lines in the Console (bottom left panel) and press RETURN
# Data manipulationinstall.packages("readxl") # Reading Excel filesinstall.packages("readr") # Reading and writing Text filesinstall.packages("rio") # Import and export a range of files formatinstall.packages("dplyr") # Filter and reformat data framesinstall.packages("tidyr") # Make data "tidy"install.packages("tibble") # Manipulate data framesinstall.packages("stringr") # Manipulating strings# Graphicsinstall.packages("ggplot2")install.packages("patchwork")# Markdowninstall.packages("markdown")install.packages("tinytex")# Display tablesinstall.packages("DT")
Reading material
Session 01-03 - Data analysis
Choose one of the two text below. Make sure you make the exercises.