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)


folkehelseinstituttet/drathelper documentation built on Sept. 6, 2020, 5:37 a.m.