diff --git a/module3/exo3/exercice_en.Rmd b/module3/exo3/exercice_en.Rmd index 9f2e418b768ba6ba62096776f9fc5bf01c050e44..9a54c0e3b27f20a3f11fd55a3b2084f40969d7d6 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)