blob: 9851a026c1b01f69064c96ac3278be4037d51ac4 [file] [log] [blame]
Hao Zhue4145112015-11-05 17:52:59 -05001---
2output:
3 md_document:
4 variant: markdown_github
5---
6<!-- README.md is generated from README.Rmd. Please edit that file -->
7
Hao Zhudb04e302015-11-15 16:57:38 -05008This package is still in an "as-is" state. You can save a lot of finger-typing time by using it but you still need to understand what is really going on behind the hood, which is still far behind my goal. Also, since the default output format of `kable` is `markdown`, which doesn't support high-level table customization, it may not work well in many cases. I would recommend you to set the `format` option in each `kable` function or to define `options(knitr.table.format = 'html')` or `latex` somewhere in your document.
Hao Zhub1bc0aa2015-11-12 11:23:42 -05009
Hao Zhudb04e302015-11-15 16:57:38 -050010#Introduction
11`knitr::kable` wins the favor of a lot of people, including me, by its ultimate simplicity.
Hao Zhub1bc0aa2015-11-12 11:23:42 -050012
13
14Even though there are some other available packages in `R` to build beautiful tables, `kable` is still my go-to function whenever I want to build a table in `rmarkdown` or `Shiny`. After using `kable` for a long time, I can see the only reason that prevents people from using `kable` is its simplicityThis package is designed to enhance `kable`'s functionality without destorying its beauty of simplicity by using our favorite `pipe` syntax.