Update exercice_en.Rmd

parent 46042aad
---
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment