From 6f50e8fb857582126ae7c0575eec5cbfec9e5e77 Mon Sep 17 00:00:00 2001 From: boB Rudis Date: Sat, 25 Feb 2017 06:08:27 -0500 Subject: [PATCH] how did this get missed? --- man/render_html.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/render_html.Rd b/man/render_html.Rd index 73ba1f0..5e34a80 100644 --- a/man/render_html.Rd +++ b/man/render_html.Rd @@ -55,7 +55,7 @@ render_html(splash_obj = splash_local, url, base_url, timeout = 30, \value{ An XML document. Note that this is processed by \code{\link[xml2:read_html]{xml2::read_html()}} so it will not be the pristine, raw, rendered HTML from the site. Use \code{raw_html=TRUE} if you do not want it -to be processed first by \link{xml2}. If you choose \code{raw_html=TRUE} you'll get back a +to be processed first by \code{xml2}. If you choose \code{raw_html=TRUE} you'll get back a character vector. } \description{