R started in 1993:
`r 2024 - 1993 =` 31 years ago
A lot has happened !
base
vstidyverse
- R GUI vs RStudio
June 6th, 2024
R started in 1993:
`r 2024 - 1993 =` 31 years ago
A lot has happened !
base
vs tidyverse
Data Science is an emerging field at the crossing of Statistics, Computer science & Data analysis
%>%
& dplyr
)ggplot2
)Rmarkdown
dplyr
ggplot2
Each time:
Google (or any other web search engine) & ChatGPT are your friends !
DRY vs WET:
=> use function()
R
brush-upRstudio: use up-to-date modern tools
use Rstudio projects
=> live demo
open SAVOR_practical1.html
and follow along…
Tidy + Universe
R
packagesdata.frame
)=> tidyverse: a collection of packages for working with/analyzing tidy data
RStudio cheat sheets and webinars
(https://posit.co/resources/cheatsheets/)
(https://posit.co/resources/videos/general-data-science-overview-data-acquisition-and-wrangling-exploratory-data-analysis-data-visualization-and-effective-communication/)
R for data science (R4DS), G Grolemund & H Whickam, (https://r4ds.hadley.nz/)
What they forgot to teach you about R, J Brian & J Hester (https://rstats.wtf/)
many more …