From 165d00a170770912cd6227e4c61ef8deaf4336ef Mon Sep 17 00:00:00 2001 From: c319822a5d066547a0de4251b9819297 Date: Tue, 15 Oct 2024 12:27:17 +0000 Subject: [PATCH] Update exercice_en.Rmd --- module3/exo3/exercice_en.Rmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module3/exo3/exercice_en.Rmd b/module3/exo3/exercice_en.Rmd index 9f2e418..9a54c0e 100644 --- a/module3/exo3/exercice_en.Rmd +++ b/module3/exo3/exercice_en.Rmd @@ -1,4 +1,3 @@ - --- title: "Playfair's Graph Reproduction and Analysis" author: "Your Name" @@ -18,7 +17,7 @@ library(dplyr) ### Load and Prepare Data ```{r load-data} # Load the Excel data (assumed in the first sheet) -data <- read_excel("F:/lin/end/lesson/New Microsoft Excel Worksheet.xlsx") +data <- read_excel("module3/exo3/Playfair_Graph_Analysis.xlsx") # View the structure of the data head(data) -- 2.18.1