commit | 9bab153e18c41d5d0c580933f9e7d48997b086d2 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon Jul 24 15:08:41 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon Jul 24 15:08:41 2017 -0400 |
tree | 185973e5724f9e88bf5cab4931fbc110913b6ec7 | |
parent | f2dfd14759a038dd9ec7b52e48728cc2be6e0f7e [diff] [blame] |
change read_xml to read_html + 2 xml_child
diff --git a/NAMESPACE b/NAMESPACE index a8af5b9..dfc6fb1 100644 --- a/NAMESPACE +++ b/NAMESPACE
@@ -35,6 +35,7 @@ importFrom(xml2,"xml_text<-") importFrom(xml2,read_html) importFrom(xml2,read_xml) +importFrom(xml2,write_xml) importFrom(xml2,xml_add_child) importFrom(xml2,xml_add_sibling) importFrom(xml2,xml_attr)