commit | 2a87e8e7e78ee72b467f901cb83edeb79c10aabc | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Wed Jun 14 15:49:33 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Wed Jun 14 15:49:33 2017 -0400 |
tree | ece58fd75edf216340da035bb05de0b4228e0b2b | |
parent | 03487ef93ed28d4bd9020ba9ce2ebdf82671d927 [diff] [blame] |
add collapse_rows html
diff --git a/NAMESPACE b/NAMESPACE index a572229..905a515 100644 --- a/NAMESPACE +++ b/NAMESPACE
@@ -4,6 +4,7 @@ export(add_footnote) export(add_header_above) export(add_indent) +export(collapse_rows) export(column_spec) export(group_rows) export(kable_styling) @@ -40,4 +41,5 @@ importFrom(xml2,xml_children) importFrom(xml2,xml_has_attr) importFrom(xml2,xml_name) +importFrom(xml2,xml_remove) importFrom(xml2,xml_text)