Description Usage Arguments Value Note Examples
TODO: Modify the puppeteer-har node module to allow for saving content
| 1 | gep_render_har(gep, url, width = 1440, height = 5000)
 | 
| gep | a gepetto connection object | 
| url | the URL to fetch and render | 
| width, height | viewport width/height | 
HAR
content is not returned, just HAR information
| 1 2 3 4 5 | ## Not run: 
gepetto(port=3000) %>%
  gep_render_har("https://r-project.org/")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.