R programming for Data Science - A Beginner’s Guide
Preface
This course covers the major topics for beginners to get started with R
programming for data analysis and visualization.
Topics:
- How to get up and running with
R
using the Rstudio - Understand
R
data types and functions - Use
data frame
manipulation to wrangle data - Visualize and plot with
ggplot2
andplotly
- Exploratory Data Analysis
- Put it all together by creating a
reproducible
data analysisreports
- Use
AI
tools to improve your code
Prerequisites
R
>=4.2.1
RStudio
>=2022.12.0 Build 353
See section on Rsudio to get more details.