knitr::opts_chunk$set(echo = FALSE) desc_src <- params$desc_src desc_win <- params$desc_win desc_cran <- params$desc_cran
cat(gsub("\n"," ",desc_src$Description))
ht <- huxtable::hux(tab, add_colnames = F) #ht <- huxtable::theme_article(ht) huxtable::wrap(ht)[,2] <- TRUE huxtable::escape_contents(ht)[,2] <- FALSE huxtable::width(ht) <- 1 huxtable::print_html(ht)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.