library(knitr) library(kableExtra) kable(as.data.frame(rv$text.log),format = "html", escape = FALSE)%>% row_spec(0,bold=TRUE,background = '#fff8ff') %>% kable_styling(bootstrap_options = c( "bordered","striped"), full_width = F) detach("package:kableExtra", unload=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.