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/add_footnote.R b/R/add_footnote.R index 024df3b..3e1b130 100644 --- a/R/add_footnote.R +++ b/R/add_footnote.R
@@ -239,6 +239,6 @@ # Paste footer to the table export[1] <- gsub("</tbody>\n", paste0("</tbody>\n", footer), export[1]) } - attr(export, "original_kable_meta") <- table_info + attr(export, "kable_meta") <- table_info return(export) }