moderndive / ModernDive_book

Statistical Inference via Data Science: A ModernDive into R and the Tidyverse
https://www.moderndive.com/
Other
759 stars 491 forks source link

`kable()` with `kableExtra::kable_styling()` duplicates table headings #517

Open ismayc opened 3 months ago

ismayc commented 3 months ago

The fix is to replace all kable() |> kable_styling() with kbl() |> kable_styling() where kbl() is from the kableExtra package. This has been done for v2, but v1 published at moderndive.com also needs to be updated.