Lecture 2: Basic Operations in R & RStudio (05/20/2024)
What we will learn
Organizing R Data Analysis
Organizing project directories and naming files are crucial to successful data analysis in
RMetadata should be stored in specially dedicated files and can help better data QC & analysis
Backing-up data and scripts is very important and should NOT be delayed
Introduction to R packages
There are more than 20,000
Rpackages to help with data analysisWe can use many sources (Google search, AI chat, etc) to find the best
Rpackages for our taskWhen using packages we need to understand how they work and what input they require
What we will Practice
R packages: installation & basic usage