wc_go: Visit a URL

Description Usage Arguments Value Note Examples

View source: R/web-client.R

Description

Visit a URL

Usage

1
wc_go(wc_obj, url)

Arguments

wc_obj

a webclient object

url

URL to retrieve

Value

the webclient object (invisibly)

Note

The caller does not have to assign the output of this function to a variable as the browser state is managed internally by HtmlUnit.

Examples

1
2
w <- web_client()
wc_go(w, "https://httpbin.org/")

hrbrmstr/htmlunit documentation built on Aug. 19, 2020, 3:05 p.m.