nuitees_td: Tidy version of the 'nuitees' dataset.

Description Usage Format Source Examples

Description

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).

Usage

1

Format

An object of class tbl_df (inherits from tbl, data.frame) with 4745 rows and 3 columns.

Source

https://github.com/ToulouseDataViz/Hackaviz2020

Examples

1
2
3
4
5
6
nuitees_td

# To get total_occitanie
nuitees_td %>%
  group_by(date) %>%
  summarise(total_occitanie = sum(nuitees))

CamembR/tdvhackaviz2020 documentation built on March 23, 2020, 5:17 a.m.