commit | 32f43f7aeca797a0f7ac93e0caa9be2a9a05f12f | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Tue Jun 20 18:24:54 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Tue Jun 20 18:24:54 2017 -0400 |
tree | 18b44549b968612533b258c69de9ca2d6d1cac9c | |
parent | 5f6c271e2c09d435a485ed30bac50879c15fefbb [diff] [blame] |
Made changes to add_header_left. Change the name of attr original_kable_meta to kable_meta
diff --git a/R/kable_styling.R b/R/kable_styling.R index 5460bfa..71a3074 100644 --- a/R/kable_styling.R +++ b/R/kable_styling.R
@@ -210,7 +210,7 @@ out <- styling_latex_position(out, table_info, position, latex_options) out <- structure(out, format = "latex", class = "knitr_kable") - attr(out, "original_kable_meta") <- table_info + attr(out, "kable_meta") <- table_info return(out) }