A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cran.r-project.org/web/packages/sitar/../glue/../surveytable/vignettes/Printing-HTML.R below:

## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ## ----results='asis'----------------------------------------------------------- library(surveytable) set_survey(namcs2019sv) ## ----results='asis'----------------------------------------------------------- tab("AGER") ## ----results='asis'----------------------------------------------------------- for (vr in c("AGER", "SEX")) { print( tab_subset(vr, "MAJOR", "Preventive care") ) } ## ----------------------------------------------------------------------------- set_opts(output = "huxtable") ## ----echo=FALSE--------------------------------------------------------------- print(tab("AGER"), destination = "") ## ----results='asis', echo=FALSE----------------------------------------------- tab("AGER") ## ----------------------------------------------------------------------------- set_opts(output = "gt") ## ----results='asis', echo=FALSE----------------------------------------------- print(tab("AGER"), destination = "") ## ----results='asis', echo=FALSE----------------------------------------------- tab("AGER") ## ----------------------------------------------------------------------------- set_opts(output = "kableExtra") ## ----results='asis', echo=FALSE----------------------------------------------- tab("AGER") ## ----------------------------------------------------------------------------- set_opts(output = "auto") ## ----echo=FALSE--------------------------------------------------------------- print(tab("AGER"), destination = "") ## ----results='asis', echo=FALSE----------------------------------------------- tab("AGER") ## ----------------------------------------------------------------------------- tab("AGER") |> as.data.frame() ## ----------------------------------------------------------------------------- set_opts(count = "1k") tab("AGER") |> gt::gt() ## ----results='asis', echo=FALSE----------------------------------------------- tab("AGER") ## ----results='asis', echo=FALSE----------------------------------------------- tab("AGER")

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4