commit | f9aa4c4a42dfe50cd67ed40d6c37f5c6ff242233 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon May 22 15:53:35 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon May 22 15:53:35 2017 -0400 |
tree | 9ae455d22fee4a5c6f45c4b493490ed8d17646fe | |
parent | fc14c9b7dc5f53897e9bac360f599d83b0a0d41b [diff] [blame] |
Added some documentation for new features
diff --git a/R/group_rows.R b/R/group_rows.R index 1474c17..48c1cf2 100644 --- a/R/group_rows.R +++ b/R/group_rows.R
@@ -84,7 +84,7 @@ ) } out <- sub(rowtext, new_rowtext, out) - if (table_info$booktabs) + attr(out, "original_kable_meta") <- table_info out <- add_indent(out, seq(start_row, end_row)) return(out) }