From 2754fc2a5a23d668b87e00fd61dd787735c14b4b Mon Sep 17 00:00:00 2001 From: M Mallow <61578552+MarMall@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:21:04 +0200 Subject: [PATCH] added link to .rmd in lab file --- Instructions/Labs/LAB_20-4-C-ExploratoryAnalysisInR.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Instructions/Labs/LAB_20-4-C-ExploratoryAnalysisInR.md b/Instructions/Labs/LAB_20-4-C-ExploratoryAnalysisInR.md index 768e8d401..9e9693f9b 100644 --- a/Instructions/Labs/LAB_20-4-C-ExploratoryAnalysisInR.md +++ b/Instructions/Labs/LAB_20-4-C-ExploratoryAnalysisInR.md @@ -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