ajout pour exportation
This commit is contained in:
parent
104d649bb9
commit
97443e863b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue