commit | 20784e7b4010481628ed18f8e800ea5abd6a2058 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Tue Oct 10 14:48:33 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Tue Oct 10 14:48:33 2017 -0400 |
tree | cd9d2098bbbc230b064da9d05d5067beba422a4d | |
parent | c83eb632ab97aa33ea9d638e7019b5e51966af7b [diff] [blame] |
add * to the last line
diff --git a/R/kable_styling.R b/R/kable_styling.R index e11ab5c..417c8dd 100644 --- a/R/kable_styling.R +++ b/R/kable_styling.R
@@ -331,6 +331,7 @@ } else { index_bottomrule <- which(x == "\\bottomrule") x <- x[-index_bottomrule] + x[index_bottomrule - 1] <- paste0(x[index_bottomrule - 1], "*") if (repeat_header_continued == FALSE) { bottom_part <- "\\endfoot\n\\bottomrule\n\\endlastfoot"