This book will use the following conventions:
list(number = 1, letter = "A")
r hl(list(number = 1, letter = "A"))
r path("data/sales.csv")
r pkg("tidyverse")
r hl(paste())
r hl("Lisa")
, r hl("Dale")
r hl(100)
, r hl(3.14)
r hl(TRUE)
, r hl(FALSE)
r glossary("ordinal")
New File...
r torf(TRUE)
```{block, webex.hide="Hidden Solutions"} You found it!
::: {.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. ::: ```r # code chunks paste("Reproducible ", "Research", 1, sep = " ")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.