commit | 736042869e328bc46f0cfe6cf249c7690903aeca | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Sun Jun 11 22:08:48 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Sun Jun 11 22:08:48 2017 -0400 |
tree | 6c95a411cb188e07b826062dac7f3b9d17386553 | |
parent | 79f1e2a532bae240de9f2e277b1f9a61d6835c8b [diff] [blame] |
Add `repeat_header` to PDF documentation
diff --git a/R/util.R b/R/util.R index c16b79d..90c84bc 100644 --- a/R/util.R +++ b/R/util.R
@@ -51,3 +51,7 @@ adjust_numbers <- pc_matrix$adj[pc_matrix$old_id %in% positions] return(adjust_numbers + positions) } + +latex_row_cells <- function(x) { + strsplit(x, " \\& ") +}