R programming for Data Science - A Beginner’s Guide

Author

Dmitry Grapov

Published

April 22, 2023

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 and plotly
  • Exploratory Data Analysis
  • Put it all together by creating a reproducible data analysis reports
  • 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.