79101308

Date: 2024-10-18 08:55:40
Score: 2
Natty:
Report link

install.packages("kableExtra") library(kableExtra)

Create the table with borders

kbl(z) %>% kable_styling ( "striped", full_width = F, position = "center" ) %>% kable_styling ( bootstrap_options = c("bordered", "hover"), table.attr = "style='border: 2px solid black;'" # Custom border style )

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: mohammed Samiullah