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/group_rows.R b/R/group_rows.R index 2df22ca..7b2ad33 100644 --- a/R/group_rows.R +++ b/R/group_rows.R
@@ -98,7 +98,8 @@ ) } out <- sub(rowtext, new_rowtext, out) - attr(out, "original_kable_meta") <- table_info + table_info$group_rows_used <- TRUE + attr(out, "kable_meta") <- table_info out <- add_indent(out, seq(start_row, end_row)) return(out) }