knitr::opts_chunk$set( echo = FALSE, message = FALSE, warning = FALSE, collapse = TRUE, comment = "#>" )
common_chars <- system.file('data-raw', 'common_chars.csv', package = 'rmdtk') common_chars <- readr::read_csv(common_chars) knitr::kable(common_chars, format = 'markdown')
Use multiple tables: https://bookdown.org/yihui/bookdown/tables.html#tab:table-multi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.