sag_post {icesSAG} | R Documentation |
Post to a url
Description
Post to a url using an ICES authentication token
Usage
sag_post(url, body = list(), verbose = FALSE)
Arguments
url |
the url to get. |
body |
a list of named arguments to be sent as the body of the post request. |
verbose |
should verbose output form the http request be returned? default FALSE. |
Value
content of the http response.
See Also
sag_api
builds a SAG web service url.
icesSAG-package
gives an overview of the package.
[Package icesSAG version 1.6.2 Index]