Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
c319822a5d066547a0de4251b9819297
mooc-rr
Commits
165d00a1
Commit
165d00a1
authored
Oct 15, 2024
by
c319822a5d066547a0de4251b9819297
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update exercice_en.Rmd
parent
46042aad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
exercice_en.Rmd
module3/exo3/exercice_en.Rmd
+1
-2
No files found.
module3/exo3/exercice_en.Rmd
View file @
165d00a1
---
---
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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment