wc_go: Visit a URL

View source: R/web-client.R

wc_goR Documentation

Visit a URL

Description

Visit a URL

Usage

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

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

hrbrmstr/htmlunit documentation built on July 4, 2025, 12:45 a.m.