commit | fc14c9b7dc5f53897e9bac360f599d83b0a0d41b | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon May 22 14:03:22 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon May 22 14:03:22 2017 -0400 |
tree | bbf5c120e66314caa143f102bee18cb6651ce600 | |
parent | d972e7fa2579ae5dc038265e4dc3eec2845c8bfa [diff] [blame] |
Font size of table caption won't be changed
diff --git a/R/util.R b/R/util.R index 50129a7..66ee3be 100644 --- a/R/util.R +++ b/R/util.R
@@ -36,6 +36,7 @@ xml_tpart <- function(x, part) { xchildren <- xml_children(x) children_names <- xml_name(xchildren) + if(!part %in% children_names) return(NULL) return(xchildren[[which(children_names == part)]]) }