NEW R COURSE ON UDEMY

The first real post and already a shameless plug for my R course on https://www.udemy.com … As I just uploaded the course I thought, you might be interested in taking this course, where I talk about the basics of R for beginners. Unfortunately the course is in german for now, but I am going to add english subtitles as soon as I figured out how to correctly use Amazon Transcribe with R to generate german subtitles with a timestamp, which I can then translate into english. I will post more on this topic later this week. Back to the course, as this is a plug for it ;-)

I mainly teach:

  • Basics of the R language
  • Intro to tidyverse
  • Intro to data.table
  • Plots (base, ggplot2, plotly)
  • Intro to shiny

As for as I know data.table has been unrecognized (correct me if I am wrong) by most of the instructors of udemy who are teaching R, despite being one of the best package for R! I cover the basics of the package. If you need an intro to data.table, consider taking my course :-).

Most of the code you will encounter on this blog will start with

library(data.table)
## Warning: Paket 'data.table' wurde unter R Version 3.6.1 erstellt

Anyway, you finde my course under this link: https://www.udemy.com/course/r-basics-u/?referralCode=294114E77907E6E07B63, it is called
R Basics - Programmierung und Datenanalyse.

See you soon!
Moritz

Avatar
Moritz Mueller-Navarra

A Data Scientist using R

Related