Tools to Work with the 'Splash' JavaScript Rendering Service in R
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

123 行
2.8 KiB

# Generated by roxygen2: do not edit by hand
S3method(print,splash_debug)
S3method(print,splash_json)
S3method(print,splashr)
export("%>%")
export(HARviewer)
export(HARviewerOutput)
export(as_har)
export(as_httr_req)
export(as_response)
export(execute_lua)
export(get_body_size)
export(get_content_size)
export(get_content_type)
export(get_har_entry)
export(get_header_val)
export(get_headers)
export(get_headers_size)
export(get_request_type)
export(get_request_url)
export(get_response_body)
export(get_response_url)
export(har_entries)
export(har_entry_count)
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)
export(is_xhr)
export(is_xml)
export(json_fromb64)
export(killall_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_add_lua)
export(splash_click)
export(splash_debug)
export(splash_enable_javascript)
export(splash_focus)
export(splash_go)
export(splash_har)
export(splash_har_reset)
export(splash_history)
export(splash_html)
export(splash_images)
export(splash_local)
export(splash_perf_stats)
export(splash_plugins)
export(splash_png)
export(splash_press)
export(splash_private_mode)
export(splash_release)
export(splash_response_body)
export(splash_send_keys)
export(splash_send_text)
export(splash_user_agent)
export(splash_version)
export(splash_wait)
export(start_splash)
export(stop_splash)
export(tidy_har)
export(ua_android_samsung)
export(ua_apple_tv)
export(ua_chromecast)
export(ua_ios_safari)
export(ua_kindle)
export(ua_linux_chrome)
export(ua_linux_firefox)
export(ua_macos_chrome)
export(ua_macos_safari)
export(ua_ps4)
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(httr)
import(magick)
import(purrr)
import(stevedore)
importFrom(HARtools,HARviewer)
importFrom(HARtools,HARviewerOutput)
importFrom(HARtools,renderHARviewer)
importFrom(HARtools,writeHAR)
importFrom(curl,curl_unescape)
importFrom(dplyr,as_data_frame)
importFrom(dplyr,data_frame)
importFrom(formatR,tidy_source)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,stream_in)
importFrom(jsonlite,unbox)
importFrom(lubridate,ymd_hms)
importFrom(openssl,base64_decode)
importFrom(scales,comma)
importFrom(stats,setNames)
importFrom(stringi,stri_detect_regex)
importFrom(stringi,stri_split_fixed)
importFrom(stringi,stri_split_lines)
importFrom(stringi,stri_split_regex)
importFrom(utils,capture.output)
importFrom(utils,str)
importFrom(xml2,read_html)
importFrom(xml2,url_parse)