BROWSE {httr} | R Documentation |
(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.
Other http methods: DELETE
,
GET
, HEAD
,
PATCH
, POST
,
PUT
, VERB
BROWSE("http://google.com") BROWSE("http://had.co.nz")