Description Usage Format Source Examples
Total has been removed since it can be computed by summing all the columns.
1 |
An object of class spec_tbl_df
(inherits from tbl_df
, tbl
, data.frame
) with 13 rows and 6 columns.
https://github.com/ToulouseDataViz/Hackaviz2020
1 2 3 4 | capacites_td
# Total hbgt
capacites_td %>% mutate(hbgt_total = rowSums(select(., starts_with("hbgt_"))))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.