knitr::opts_chunk$set(echo = TRUE) # create CLO file required by the Latex template CTUtemplate::use_ubreportclo( # Personal info sign = params$author, email = params$email, job = params$job, # Project info projnum = params$projnum, projname = params$projname, # Report info version = params$version, reporttype = params$reportname )
dat <- data.frame(x = rnorm(50), y = sample(c("foo", "bar"), 50, TRUE)) library(tidyverse) dat %>% filter(y == params$example_param)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.