commit | 33b865f485c8b394505f202d13c83b60b8a26c5f | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Tue Aug 18 02:10:43 2020 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Tue Aug 18 02:10:43 2020 -0400 |
tree | c4f1614fb08b2cb29c3cd865d9cca9f4a354ef50 | |
parent | 2b739ac03621b0631f63e10bb97ac0440af61e45 [diff] [blame] |
* Added kable_paper style for a NYT like table * Let column_spec take conditional formats * Added html_font option for kable_styling
diff --git a/NAMESPACE b/NAMESPACE index 8f34d31..804a243 100644 --- a/NAMESPACE +++ b/NAMESPACE
@@ -30,6 +30,7 @@ export(kable_material) export(kable_material_dark) export(kable_minimal) +export(kable_paper) export(kable_styling) export(landscape) export(linebreak)