Tableaux

Quelques astuces pour faire bon usage du package huxtable
Visualiser
Auteur·rice
Date de publication

3 septembre 2024

library(huxtable)

Afficher les nombres tels qu’ils sont

data = tibble::tribble(
  ~Prix,
  51651687,
  99082858,
  80346499,
  17362590,
  91865211
)
data |> as_hux()
Prix
5.17e+07
9.91e+07
8.03e+07
1.74e+07
9.19e+07
data |> as_hux() |> set_number_format(NA)
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/.