The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
strip.ns
in
xml_to_df()
to remove namespaces from the XML data (default
is FALSE). If namespaces are present, xml2::xml_find_all()
may fail to find the data-carrying XML tags in the XML data. Namespaces
can now be removed by setting strip.ns
to
TRUE
.xml_to_list()
to properly convert XML
data to R lists.first.records
for function
xml_to_df()
to limit the number of XML data records to be
converted into a dataframe (e.g. for testing purposes).Initial version.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.