These options will be used on objects of class 'xml_document'.
Usage
opts_xml_document(constructor = c("default", "next"), ..., simplify = TRUE)
Details
Depending on constructor
, we construct the object as follows:
"default"
(default): We build the object usingxml2::read_xml()
orxml2::read_html()
on a string."next"
: Use the constructor for the next supported class.