capacites_td: Tidy version of part of the 'capacite' dataset limited to the...

Description Usage Format Source Examples

Description

Total has been removed since it can be computed by summing all the columns.

Usage

1

Format

An object of class spec_tbl_df (inherits from tbl_df, tbl, data.frame) with 13 rows and 6 columns.

Source

https://github.com/ToulouseDataViz/Hackaviz2020

Examples

1
2
3
4
capacites_td

# Total hbgt
capacites_td %>% mutate(hbgt_total = rowSums(select(., starts_with("hbgt_"))))

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