Learn R Programming

decapitated (version 0.3.0)

gep_render_html: Render a page in a javascript context and serialize to HTML

Description

Render a page in a javascript context and serialize to HTML

Usage

gep_render_html(gep, url, width = 1440, height = 5000)

Arguments

gep

a gepetto connection object

url

the URL to fetch and render

width, height

viewport width/height

Value

HTML

Examples

Run this code
# NOT RUN {
gepetto(port=3000) %>%
  gep_render_html("https://r-project.org/")
# }

Run the code above in your browser using DataLab