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')

ToDo

Use multiple tables: https://bookdown.org/yihui/bookdown/tables.html#tab:table-multi



liao961120/rmdtk documentation built on May 7, 2019, 8:22 a.m.