This book will use the following conventions:
list(number = 1, letter = "A")
list(number = 1, letter = "A")
data/sales.csv
tidyverse
paste()
"Lisa"
, "Dale"
100
, 3.14
TRUE
, FALSE
New File...
::: {.info data-latex=""} Informational asides. :::
::: {.warning data-latex=""} Notes to warn you about something. :::
::: {.dangerous data-latex=""} Notes about things that could cause serious errors. :::
::: {.try data-latex=""} Try it yourself. :::
# code chunks
paste("Reproducible ", "Research", 1, sep = " ")
## [1] "Reproducible Research 1"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.