From 97443e863bc83ca7643615a6164e5e59ed8abb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Mon, 7 Oct 2019 17:56:59 -0400 Subject: [PATCH] ajout pour exportation --- Transformation_BD.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/Transformation_BD.Rmd b/Transformation_BD.Rmd index de7e321..f635d52 100644 --- a/Transformation_BD.Rmd +++ b/Transformation_BD.Rmd @@ -57,6 +57,7 @@ entities_count <- tbl(con,"entities") %>% group_by(uuid,entity_type) %>% count % ```{r} entities_count_t <- entities_count %>% reshape2::dcast(uuid~entity_type,fun.aggregate = sum, value.var = "n") +entities_count_t %>% head(10) %>% glimpse() ``` ## Aperçu