Communication and Social Networks (Fall 2022)/R Lab 1: Difference between revisions

From CommunityData
No edit summary
No edit summary
 
Line 11: Line 11:
If something isn't working, then revisit the [[../Scholar Setup|Scholar Setup tutorial]] and if you still can't get it then reach out on Discord and we'll get it figured out.
If something isn't working, then revisit the [[../Scholar Setup|Scholar Setup tutorial]] and if you still can't get it then reach out on Discord and we'll get it figured out.


* Once you have RStudio ready to go, read and watch the [https://rladiessydney.org/courses/ryouwithme/01-basicbasics-0/ BasicBasics 1 and 2] tutorials from the R-Ladies Sydney group.


* [https://rmarkdown.rstudio.com/lesson-1.html Install R Markdown]
* [https://rmarkdown.rstudio.com/lesson-1.html Install R Markdown]


* Right-click on [https://github.com/jdfoote/Communication-and-Social-Networks/raw/fall-2022/week_3/r_markdown_example.Rmd this document], save it, and then open it in RStudio.
* Open the <code>lab_1_r_markdown.Rmd</code> file that you loaded in the [[../Scholar Setup|Scholar Setup tutorial]]
** Read through the file and try "knitting" it to an output document
** Read through the file and try "knitting" it to an output document
** Finish the exercise at the end and then "knit" the file again and see how it changes the output document
** Finish the exercises and "knit" the file again and see how it changes the output document
** Knit the file into a PDF or Word document and upload it to Brightspace

Latest revision as of 14:41, 6 September 2022

This lab has three goals:

  1. Get your R environment is set up correctly
  2. Introduce you to the idea of R Markdown files
  3. Create your first network graph

You should have already logged into the Scholar instance of RStudio. In practical terms, that means there should be an RStudio icon somewhere on you computer. If you open RStudio at https://rstudio.scholar.rcac.purdue.edu:8787/auth-sign-in, it should look something like this:

RStudio image from Wikipedia

If something isn't working, then revisit the Scholar Setup tutorial and if you still can't get it then reach out on Discord and we'll get it figured out.


  • Open the lab_1_r_markdown.Rmd file that you loaded in the Scholar Setup tutorial
    • Read through the file and try "knitting" it to an output document
    • Finish the exercises and "knit" the file again and see how it changes the output document
    • Knit the file into a PDF or Word document and upload it to Brightspace