Skip to content

Commit

Permalink
author note & size of inline code and code chunk & optional half hour
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashleygua committed Jul 13, 2023
1 parent 8f45e94 commit b9d293f
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Join Tables in R
### UBC Library Research Commons

Link to workshop: https://ubc-library-rc.github.io/relational-data-r/

<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

This workshop was developed by Ashley Yue Mao (Graduate Academic Assistant, Author).
15 changes: 15 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
code {
font-size: 1em
}

img {
padding-top:2em;
}

ul.list-with-space>li {
padding-top:1em;
}

details {
background-color: aliceblue
}
4 changes: 4 additions & 0 deletions acknowledgements.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ Site content adapted from the following resources:
* [Chapter 31 **Working with multiple data frames** in the book **R for Epidemiology**](https://www.r4epi.com/working-with-multiple-data-frames.html)

Site template adapted from the [just-the-docs](https://github.com/pmarsceill/just-the-docs) Jekyll template created by [Patrick Marsceil](https://github.com/pmarsceill) and available under the [MIT License](http://opensource.org/licenses/MIT).

This workshop was developed by Ashley Yue Mao (Graduate Academic Assistant, Author).

Copyright: UBC Library Research Commons, [Creative Commons Attribution 4.0 license](https://creativecommons.org/licenses/by/4.0/)
10 changes: 7 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nav_order: 1
---


Participants are expected to have some experience with basic data manipulation using R. If you are new to R and dplyr package, consider attending our beginner R worksops first.
Participants are expected to have some experience with basic data manipulation using R. If you are new to R and dplyr package, consider attending our beginner R worksops first.
See the UBC library Research Commons [event calendar](https://researchcommons.library.ubc.ca/events/).
{: .prereq}

Expand All @@ -19,10 +19,11 @@ This workshop will introduce how to work with multiple data frames in R. At the
## Schedule

| 0:00 - 0:05 | Welcome and using Zoom |
| 0:05 - 0:15 | Warm-up |
| 0:05 - 0:15 | Warm-up |
| 0:15 - 0:35 | Keys |
| 0:35 - 0:55 | Joins |
| 0:55 - 0:60 | Wrap-up and Discussion |
| 0:55 - 1:00 | Wrap-up and Discussion |
| 1:00 - 1:30 | Optional Q & A |

## Materials

Expand All @@ -35,3 +36,6 @@ The following R markdown files contain R code used during the workshop. Please d

* [Chapter 13 **Relational data** in the book **R for Data Science**](https://r4ds.had.co.nz/relational-data.html)
* [Chapter 31 **Working with multiple data frames** in the book **R for Epidemiology**](https://www.r4epi.com/working-with-multiple-data-frames.html)


<p style="color:grey; font-size:14px; padding-top: 2em"> This workshop was developed by Ashley Yue Mao (Author).

0 comments on commit b9d293f

Please sign in to comment.