Skip to content

Commit

Permalink
Update introR.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rootsandberries authored Jan 9, 2024
1 parent 6f6e8fb commit f4d44bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/introR.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Hosted by the [Carnegie Mellon University (CMU) Libraries](https://www.library.c

This 2-part introductory workshop aims to teach basic concepts, skills, and tools for working with data in R so that you can get more done in less time, and apply concepts of reproducibility to your research. This is an introduction to R designed for participants with no programming experience. Part 1 of the workshop covers basic information about R syntax and the RStudio interface, including installing packages and working with vectors. Part 2 will cover importing CSV files, working with dataframes, how to deal with factors, how to add/remove rows and columns using the popular dplyr package, and how to calculate summary statistics from a data frame. Taking Part 1 and Part 2 is encouraged, but optional.

Learners should bring a laptop and should already have installed R and RStudio on their computer. Installation and set-up instructions, as well as a detailed curriculum for the workshop can be downloaded here.
Learners should bring a laptop and should already have installed R and RStudio on their computer.
____
### Presenters
Sarah Young <a href='https://github.com/rootsandberries' target='_blank'><img src='../content/img/GitHub-Mark-custom.svg' style='width:15px; padding:0; border:none !important;'></a>
Expand Down Expand Up @@ -45,7 +45,7 @@ Office: 109G, Hunt Library


### Slides
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vTtce_WhgJuaF3PX5Zo3YrR7rUS25rpbBIWW0cZjo39Zn5Bk7qmMpOultF2EXTxcrT4JcFqiDtKdNdG/embed?start=false&loop=false&delayms=60000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> *Click on the slides then press CTRL+Shift+F for full screen*
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vTtce_WhgJuaF3PX5Zo3YrR7rUS25rpbBIWW0cZjo39Zn5Bk7qmMpOultF2EXTxcrT4JcFqiDtKdNdG/embed?start=false&loop=false&delayms=3000" frameborder="0" width="480" height="299" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>

### Acknowledgements

Expand Down

0 comments on commit f4d44bf

Please sign in to comment.