Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----setup, echo=FALSE, message=FALSE-----------------------------------------
library(knitr)
library(tidyverse)
library(kableExtra)
library(pikchr)
## -----------------------------------------------------------------------------
tibble(
`Layout Direction` = c('right', 'down', 'left', 'up'),
`.start` = c('.w', '.n', '.e', '.s'),
`.end` = c('.e', '.s', '.w', '.n')
) %>% kbl() %>% kable_paper(full_width = FALSE)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.