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.

102 lines
2.2 KiB

7 years ago
# Generated by roxygen2: do not edit by hand
S3method(print,splash_debug)
7 years ago
S3method(print,splash_json)
7 years ago
export("%>%")
export(HARviewer)
export(HARviewerOutput)
7 years ago
export(as_har)
export(as_req)
export(as_request)
export(execute_lua)
export(get_body_size)
export(get_content_size)
export(get_content_type)
export(get_headers_size)
export(get_request_type)
export(get_request_url)
export(get_response_body)
export(install_splash)
export(is_binary)
export(is_content_type)
export(is_css)
export(is_get)
export(is_gif)
export(is_html)
export(is_javascript)
export(is_jpeg)
export(is_json)
export(is_plain)
export(is_png)
export(is_post)
export(is_svg)
7 years ago
export(is_xhr)
export(is_xml)
export(renderHARviewer)
7 years ago
export(render_file)
7 years ago
export(render_har)
7 years ago
export(render_html)
export(render_jpeg)
7 years ago
export(render_json)
7 years ago
export(render_png)
export(splash)
export(splash_active)
export(splash_click)
7 years ago
export(splash_debug)
export(splash_focus)
7 years ago
export(splash_go)
export(splash_har)
7 years ago
export(splash_history)
7 years ago
export(splash_html)
export(splash_images)
export(splash_local)
7 years ago
export(splash_perf_stats)
7 years ago
export(splash_plugins)
export(splash_png)
export(splash_press)
export(splash_release)
7 years ago
export(splash_response_body)
export(splash_send_keys)
export(splash_send_text)
7 years ago
export(splash_user_agent)
export(splash_version)
7 years ago
export(splash_wait)
export(start_splash)
export(stop_splash)
7 years ago
export(ua_ios_safari)
export(ua_linux_chrome)
export(ua_linux_firefox)
export(ua_macos_chrome)
export(ua_macos_safari)
export(ua_splashr)
export(ua_win10_chrome)
export(ua_win10_firefox)
export(ua_win10_ie11)
export(ua_win7_chrome)
export(ua_win7_firefox)
export(ua_win7_ie11)
export(writeHAR)
import(harbor)
7 years ago
import(httr)
import(magick)
import(purrr)
importFrom(HARtools,HARviewer)
importFrom(HARtools,HARviewerOutput)
importFrom(HARtools,renderHARviewer)
importFrom(HARtools,writeHAR)
importFrom(clipr,read_clip)
importFrom(curl,curl_unescape)
importFrom(formatR,tidy_source)
7 years ago
importFrom(jsonlite,fromJSON)
importFrom(lubridate,ymd_hms)
importFrom(openssl,base64_decode)
7 years ago
importFrom(scales,comma)
importFrom(stats,setNames)
importFrom(stringi,stri_detect_regex)
importFrom(stringi,stri_split_fixed)
importFrom(stringi,stri_split_regex)
importFrom(utils,capture.output)
importFrom(utils,str)
7 years ago
importFrom(xml2,read_html)
importFrom(xml2,url_parse)