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
Rusing the Rstudio - Understand
Rdata types and functions - Use
data framemanipulation to wrangle data - Visualize and plot with
ggplot2andplotly - Exploratory Data Analysis
- Put it all together by creating a
reproducibledata analysisreports - Use
AItools to improve your code
Prerequisites
R>=4.2.1RStudio>=2022.12.0 Build 353
See section on Rsudio to get more details.