diff --git a/index.html b/index.html index 6855860..78f1faa 100644 --- a/index.html +++ b/index.html @@ -2282,8 +2282,6 @@

2023-06-03

library(readxl)
-library(tidygeocoder)
-library(maps)
 library(dplyr)
 library(tidyr)
 library(ggrepel)
@@ -2299,12 +2297,10 @@ 

Introduction

community.

rladies_paris <- read_excel("~/Desktop/Mouna/R-Ladies Paris/Statistics from Meetup_June 2023/rladies_paris_Member_List_on_2023_06_03.xlsx") # data can't be made public as it includes personal information.
-
-

Evolution of

-
-

Evolution of the number of our members on our Meetup group

+
+

Evolution of the number of our members on our Meetup group

You can also embed plots, for example:

-
rladies_paris$Joined_Group_on<- mdy(rladies_paris$Joined_Group_on) # convert character to date format.
+
rladies_paris$Joined_Group_on <- mdy(rladies_paris$Joined_Group_on) # convert character to date format.
 rladies_paris_year <- rladies_paris %>% mutate(year = year(rladies_paris$Joined_Group_on)) %>% group_by(year) %>% count()
 
 rladies_paris_year %>%
@@ -2319,9 +2315,8 @@ 

Evolution of the number of our members on our

- -
+
+