Open specified url in browser.
(This isn't really a http verb, but it seems to follow the same format).
BROWSE(url = NULL, config = list(), ..., handle = NULL)
url |
the url of the page to retrieve |
config |
All configuration options are ignored because the request is handled by the browser, not RCurl. |
... |
Further named parameters, such as |
handle |
The handle to use with this request. If not
supplied, will be retrieved and reused from the |
Only works in interactive sessions.
A response()
object.
BROWSE("http://google.com") BROWSE("http://had.co.nz")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.