Skip to content

Commit

Permalink
minor updates to existing two slide decks/notes
Browse files Browse the repository at this point in the history
- grades data file
- metadata for updated personal site
  • Loading branch information
xp-song committed Oct 19, 2022
1 parent 8de6125 commit 7dd51de
Show file tree
Hide file tree
Showing 7 changed files with 3,202 additions and 3,141 deletions.
Binary file modified 1_R_environ_and_syntax_slides.pdf
Binary file not shown.
Binary file modified 2_Data_wrangling_and_visualisation_slides.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions data/grades.csv
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
subject,grade,grade_point,credits
Math,A,5,5
Math,A,4.5,5
English,B,3.5,5
Economics,C,2,4
Mandarin,B+,4,5
Sleeping,A+,5,0
Cantrmbr,F,1,5
Music,F,1,0
History,C+,2.5,5
Intro2R,A+,5,1
6 changes: 3 additions & 3 deletions notes/1_R_environ_and_syntax.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "R Environment and Syntax"
subtitle: "[Intro2R](https://github.com/xp-song/Intro2R) crash course: Session 1 of 2"
author: "author: [Song, Xiao Ping](https://xp-song.github.io)"
date: "updated: `r Sys.Date()`"
author: "Author: [Song, Xiao Ping](https://xp-song.github.io)"
date: "Last updated on `r Sys.Date()`"
output:
html_document:
toc: true
Expand Down Expand Up @@ -446,4 +446,4 @@ __Others:__
<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) `r format(Sys.Date(), "%Y")` Song, Xiao Ping
Copyright © `r format(Sys.Date(), "%Y")` Song, Xiao Ping
377 changes: 224 additions & 153 deletions notes/1_R_environ_and_syntax.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions notes/2_Data_wrangling_and_visualisation.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Data Wrangling and Visualisation"
subtitle: "[Intro2R](https://github.com/xp-song/Intro2R) crash course: Session 2 of 2"
author: "author: [Song, Xiao Ping](https://xp-song.github.io)"
date: "updated: `r Sys.Date()`"
author: "Author: [Song, Xiao Ping](https://xp-song.github.io)"
date: "Last updated on `r Sys.Date()`"
output:
html_document:
toc: true
Expand Down Expand Up @@ -394,7 +394,7 @@ dev.off() #finish creating the image file

## Innovation

```{r fig.height = 7, fig.width = 8}
```{r fig.height = 7, fig.width = 8, warning = FALSE, message = FALSE}
library(ggrepel)

ggplot(ctry_data, aes(x = respop10k,
Expand Down Expand Up @@ -464,4 +464,4 @@ __Other resources__

<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) `r format(Sys.Date(), "%Y")` Song, Xiao Ping
Copyright © `r format(Sys.Date(), "%Y")` Song, Xiao Ping
5,946 changes: 2,968 additions & 2,978 deletions notes/2_Data_wrangling_and_visualisation.html

Large diffs are not rendered by default.

0 comments on commit 7dd51de

Please sign in to comment.