Skip to content

Commit

Permalink
update for 2023 S1
Browse files Browse the repository at this point in the history
  • Loading branch information
xp-song committed Jul 30, 2023
1 parent 4309eb0 commit ffb70e5
Show file tree
Hide file tree
Showing 18 changed files with 2,458 additions and 15,888 deletions.
Binary file removed 1_R_environ_and_syntax_slides.pdf
Binary file not shown.
Binary file removed 2_Data_wrangling_and_visualisation_slides.pdf
Binary file not shown.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

This repository contains teaching materials for an introductory workshop to R programming. It is designed for those with minimal coding experience, and is meant to be a crash-course where you get a taste of what R can do. An overview of the workshop and slide decks can be viewed in this [blogpost](https://xp-song.github.io/posts/intro2r/).

Please note that this course is not meant to be a lesson in statistics, or to substitute practicing the fundamentals of the language. There are many online resources in R which I highly recommend. Links to these materials are provided in the notes and slides.
Please note that this course is not meant to be a lesson in statistics, or to substitute practicing the fundamentals of the language. There are many online resources in R which I highly recommend. Links to these materials are provided in the [notes](https://htmlpreview.github.io/?https://github.com/xp-song/Intro2R/blob/master/notes/1_Intro2R.html) and slides.


## Workshop outline:

1. R Environment and Syntax
- [Notes](https://htmlpreview.github.io/?https://github.com/xp-song/Intro2R/blob/master/notes/1_R_environ_and_syntax.html)
- [Slide deck](https://xp-song.github.io/resources/intro2r_1/slides#1)
2. Data Wrangling and Visualisation
- [Notes](https://htmlpreview.github.io/?https://github.com/xp-song/Intro2R/blob/master/notes/2_Data_wrangling_and_visualisation.html)
- [Slide deck](https://xp-song.github.io/resources/intro2r_2/slides#1)
1. Getting started
2. General syntax
3. Data structures
4. Functions
5. The _tidyverse_
6. Useful resources


## Instructions:
Expand All @@ -22,14 +23,12 @@ Before the workshop, please install [R](https://cran.r-project.org) onto your co

In the downloaded folder you will see a few important items.

* The slide deck in PDF format.
* Slide deck in PDF format.

* The _'notes'_ folder. View course notes in your web browser by opening the **.html** files.

* The _'data'_ folder. It contains example datasets we will use in this workshop.

* The _'output'_ folder. When generating outputs (i.e. figures, graphs), we will specify in our code to export files to this location.

* The RStudio Project file (ending with _.Rproj_). Opening it boots up RStudio.

<br>
Expand All @@ -38,4 +37,4 @@ In the downloaded folder you will see a few important items.

<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>

Copyright (c) 2020 Song, Xiao Ping
© XP Song
127 changes: 0 additions & 127 deletions data/INSEADGlobalinnovationIndex2018.csv

This file was deleted.

Loading

0 comments on commit ffb70e5

Please sign in to comment.