Update exercice_en.Rmd

parent 46042aad
--- ---
title: "Playfair's Graph Reproduction and Analysis" title: "Playfair's Graph Reproduction and Analysis"
author: "Your Name" author: "Your Name"
...@@ -18,7 +17,7 @@ library(dplyr) ...@@ -18,7 +17,7 @@ library(dplyr)
### Load and Prepare Data ### Load and Prepare Data
```{r load-data} ```{r load-data}
# Load the Excel data (assumed in the first sheet) # 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 # View the structure of the data
head(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