Tools to Work with the 'Splash' JavaScript Rendering Service in R
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
726 B

# Generated by roxygen2: do not edit by hand
S3method(print,splash_debug)
S3method(print,splash_json)
S3method(print,splash_status)
export("%>%")
export(HARviewer)
export(HARviewerOutput)
export(install_splash)
export(renderHARviewer)
export(render_har)
export(render_html)
export(render_jpeg)
export(render_json)
export(render_png)
export(splash)
export(splash_active)
export(splash_debug)
export(start_splash)
export(stop_splash)
export(writeHAR)
import(harbor)
import(httr)
import(magick)
import(purrr)
importFrom(HARtools,HARviewer)
importFrom(HARtools,HARviewerOutput)
importFrom(HARtools,renderHARviewer)
importFrom(HARtools,writeHAR)
importFrom(jsonlite,fromJSON)
importFrom(xml2,read_html)
importFrom(xml2,url_parse)