I think these printing as xml_document is kind of confusing. ``` r xml2::read_html("https://httpstatuses.com/200") #> {xml_document} #> <html lang="en"> #> [1] <head>\n<meta http-equiv="Content-Type" content="text/html; charset= ... #> [2] <body>\n <div class="banner">\n <div class="container">\n ... ``` Created on 2018-07-10 by the [reprex package](http://reprex.tidyverse.org) (v0.2.0).