install.packages("tidyverse")The idea behind this blog is to showcase the use of R primarily in (but not limited to) education. That really is it.
R is a statistical programming language that is incredibly versatile. Want to do some serious number-crunching? R is your friend. Want to visualise large datasets? R is your friend. Want to make interactive data dashboards? R is your friend. Want to author reproducible reports? R is your friend.
If you want to keep up with me, you will need to do the following:
head over to CRAN and install
R;head over to RStudio and install RStudio — this will allow you to code in
Rwithout losing your sanity;open up RStudio and install the {tidyverse} package. You can do this in the *console* pane of RStudio by typing
If you need more help on the installation process, this article does a great job of explaining everything: https://rstudio-education.github.io/hopr/starting.html
Let’s R!
Citation
@online{teachr2021,
author = {teachR, wayward},
title = {Welcome},
date = {2021-07-17},
url = {https://thewaywardteachr.netlify.app/posts/2021-07-17-welcome/},
langid = {en}
}