knitr::opts_chunk$set( message = FALSE, warning = FALSE, error = FALSE, echo = TRUE)
Text goes here
More text here.
And even more text here.
library(oldr) library(magrittr) library(dplyr) library(knitr) testSVY %>% create_op() %>% estimate_op(w = testPSU, indicators = "demo", replicates = 19) %>% select(LABEL:UCL.ALL) %>% kable()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.