tests/testthat/_snaps/utils.md

minimal html doesn't change unexpectedly

Code
  cat(as.character(minimal_html("<p>Hi")))
Output
  <!DOCTYPE html>
  <html>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta charset="utf-8">
  <title></title>
  </head>
  <body><p>Hi</p></body>
  </html>


Try the rvest package in your browser

Any scripts or data that you put into this service are public.

rvest documentation built on June 22, 2024, 10:47 a.m.