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/collapse_rows.R b/R/collapse_rows.R index d3b8255..a0e0ac8 100644 --- a/R/collapse_rows.R +++ b/R/collapse_rows.R
@@ -76,7 +76,7 @@ # # out <- sub(target_row, new_row, as.character(kable_input), perl = T) # out <- structure(out, format = "latex", class = "knitr_kable") - # attr(out, "original_kable_meta") <- table_info + # attr(out, "kable_meta") <- table_info # return(out) kable_input }