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/row_spec.R b/R/row_spec.R index 1e12327..4944f6d 100644 --- a/R/row_spec.R +++ b/R/row_spec.R
@@ -82,6 +82,6 @@ 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) }