Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
r_workshop2 [2019/09/16 17:28] fgabriel1891 |
r_workshop2 [2021/10/13 20:03] (current) lsherin |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | <WRAP group> | ||
| + | <WRAP centeralign> | ||
| + | <WRAP important> | ||
| + | <wrap em> __MAJOR UPDATE__ </wrap> | ||
| + | |||
| + | <wrap em> As of Fall 2021, this wiki has been discontinued and is no longer being actively developed. </wrap> | ||
| + | |||
| + | <wrap em> All updated materials and announcements for the QCBS R Workshop Series are now housed on the [[https://r.qcbs.ca/workshops/r-workshop-02/|QCBS R Workshop website]]. Please update your bookmarks accordingly to avoid outdated material and/or broken links. </wrap> | ||
| + | |||
| + | <wrap em> Thank you for your understanding, </wrap> | ||
| + | |||
| + | <wrap em> Your QCBS R Workshop Coordinators. </wrap> | ||
| + | |||
| + | </WRAP> | ||
| + | </WRAP> | ||
| + | <WRAP clear></WRAP> | ||
| + | |||
| ======= QCBS R Workshops ======= | ======= QCBS R Workshops ======= | ||
| Line 17: | Line 34: | ||
| Download the R script and data for this lesson: | Download the R script and data for this lesson: | ||
| - | - [[http://qcbs.ca/wiki/_media/script_workshop2.R|Script]] | + | - [[http://qcbs.ca/wiki/_media/script_workshop02-en.r|Script]] |
| - [[http://qcbs.ca/wiki/_media/co2_good.csv|Dataset 1]] | - [[http://qcbs.ca/wiki/_media/co2_good.csv|Dataset 1]] | ||
| - | - [[http://qcbs.ca/wiki/_media/co2_broken.csv|Dataset 2]] | + | - [[https://raw.githubusercontent.com/QCBSRworkshops/workshop02/dev/workshop02-en/data/co2_broken.csv|Dataset 2]] (//After following this link, right-click on the page to save the file as .csv//). |
| ===== Learning Objectives ===== | ===== Learning Objectives ===== | ||
| 1. Creating an R project | 1. Creating an R project | ||
| + | |||
| 2. Writing a script | 2. Writing a script | ||
| + | |||
| 3. Loading, exploring and saving data | 3. Loading, exploring and saving data | ||
| + | |||
| (For advanced users) | (For advanced users) | ||
| + | |||
| 4. Learn to manipulate data frames with tidyr, dplyr, maggritr | 4. Learn to manipulate data frames with tidyr, dplyr, maggritr | ||
| Line 48: | Line 69: | ||
| Place similar files inside of their own folders | Place similar files inside of their own folders | ||
| - | Keep version track | + | |
| + | Keep track of versions | ||
| {{:0_folderdata1.png?400|}} | {{:0_folderdata1.png?400|}} | ||
