This course is a gentle introduction to programming in R designed for 3 types of learners. It will be right for you, if:
• you want to do data analysis but don’t know programming
• you know programming but aren’t familiar with R
• you know some R programming but want to learn the tidyverse verbs
You will learn to do data visualization and analysis in a reproducible manner and use functions that allow your code to be easily read and understood. You will use RMarkdown to create nice documents and reports that execute your code freshly every time it’s run and that capture your thoughts about the data along the way.
This course has been designed for learners from non-STEM backgrounds to help prepare them for more advanced data science courses by providing an introduction to programming and to the R language. I am excited for you to join me on the journey!
The course logo was created using images of stickers from the RStudio shop. Please visit https://swag.rstudio.com/s/shop.
Data Analysis, Computer Programming, Programming Principles, Data Structures, Computer Programming Tools, basic statistics, Data Visualization, Statistical Programming, R Programming
Reviews
4.2 (45 ratings)
5 stars
55.55%
4 stars
22.22%
3 stars
13.33%
2 stars
4.44%
1 star
4.44%
JR
Jun 19, 2023
The course was a solid introduction to R Markdown using the R language. It covers using the Tidyverse libraries for basic analysis and visualizations.
EM
Nov 2, 2022
Very good course for first time R learners. Challenging but doable with some determination and attention to detail.
From the lesson
Functions
In this module, we will explore functions in R. You will review the syntax of functions and best practices of function creation. You will also practice writing functions with default arguments and argument validation.