commit | a9c7f03a9cd1075b19ecb6681891b1dd7c1f0435 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Tue Aug 11 22:18:30 2020 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Tue Aug 11 22:18:30 2020 -0400 |
tree | 6a1626b75041226db9c9880c52a2053f723e52d0 | |
parent | a6c9c324af5b81dc974790218a2978d7110eda79 [diff] |
fix typo
diff --git a/R/collapse_rows.R b/R/collapse_rows.R index 1efe940..b26ed5f 100644 --- a/R/collapse_rows.R +++ b/R/collapse_rows.R
@@ -66,7 +66,7 @@ c('identity', 'stack')) return(collapse_rows_latex(kable_input, columns, latex_hline, valign, row_group_label_position, row_group_label_fonts, custom_latex_hline, - headers_to_remove, target, no_col_names)) + headers_to_remove, target, col_names)) } }