library(huxtable)
Afficher les nombres tels qu’ils sont
= tibble::tribble(
data ~Prix,
51651687,
99082858,
80346499,
17362590,
91865211
)
|> as_hux() data
Prix |
5.17e+07 |
9.91e+07 |
8.03e+07 |
1.74e+07 |
9.19e+07 |
|> as_hux() |> set_number_format(NA) data
Prix |
51651687 |
99082858 |
80346499 |
17362590 |
91865211 |
Grouper par une variable
Citation
BibTeX
@online{boulakia2023,
author = {Boulakia, Théo},
title = {Tableaux},
date = {2023-06-30},
url = {https://tblk.github.io/data-tips/store-github-pat/},
langid = {fr}
}
Veuillez citer ce travail comme suit :
Boulakia, Théo. 2023. “Tableaux.” June 30, 2023. https://tblk.github.io/data-tips/store-github-pat/.