parse_inner: Recursively parse an XML2 node tree into a 'minixml' document

Description Usage Arguments

View source: R/parse.R

Description

This uses 'xml2' package to do the parsing.

Usage

1
parse_inner(xml2_node, as_document = TRUE)

Arguments

xml2_node

root node of a document or an element node

as_document

whether or not to make the root node a document node. Otherwise just create an element node.


coolbutuseless/minihtml documentation built on March 11, 2020, 5:22 p.m.