Description Usage Format Source Examples
The dataset has now only one variable nuitees
and observations are made by date
and dep
.
In consequence total_occitanie
has been removed since it is a sum
of all the dep
at a date
(see examples).
1 |
An object of class tbl_df
(inherits from tbl
, data.frame
) with 4745 rows and 3 columns.
https://github.com/ToulouseDataViz/Hackaviz2020
1 2 3 4 5 6 | nuitees_td
# To get total_occitanie
nuitees_td %>%
group_by(date) %>%
summarise(total_occitanie = sum(nuitees))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.