Skip to content

Commit

Permalink
added link to .rmd in lab file
Browse files Browse the repository at this point in the history
  • Loading branch information
MarMall committed Oct 20, 2023
1 parent b37dc0f commit 2754fc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Instructions/Labs/LAB_20-4-C-ExploratoryAnalysisInR.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ This lab is divided into three sub-sections (for better orientability), and in t

Let's load our two network relations from before into R and see what we can do with them.
Should you prefer working directly in R with the RMarkdown file, please access the [file here](https://raw.githubusercontent.com/MarMall/NetworkApproaches/main/Instructions/Labs/data/2_firstStepsInEDA.rmd)
```r
library(igraph) # load the igraph package for later
Expand Down

0 comments on commit 2754fc2

Please sign in to comment.