A one-day workshop with R
and RStudio
Who: Olivier
Gimenez
When: 9am-4pm on March 18, 2021
Where: Zoom
tidyverse
[lecture | practical | solutions | video]tidyverse
[lecture | practical | solutions | video]R Markdown
[lecture |
practical | solutions | video]Git
and GitHub
in
RStudio
[lecture | practical | video]Download and install Git.
You will need a GitHub account, you can easily set up a free account here.
Have Git, GitHub and RStudio talk to each other following these guidelines (section 2.2.2 Configuration only).
Install the following R
packages:
tidyverse
, sf
, emo
,
janitor
, palmerpenguins
, usethis
and lubridate.
You can install them all at once by running
the following code in the R
command line:
install.packages(c("tidyverse", "sf", "emo", "janitor", "palmerpenguins", "usethis", "lubridate"))
If you see mistakes or want to suggest changes, please create an issue on the source repository.
Text and figures are licensed under Creative Commons Attribution CC BY 4.0. Any computer code (R, HTML, CSS, etc.) in slides and worksheets, including in slide and worksheet sources, is also licensed under MIT.