Learn R Programming

icesTAF (version 4.3.0)

taf_post: Post to a url

Description

Post to a url using an ICES authentication token

Usage

taf_post(url, body = list(), verbose = FALSE)

Value

content of the http response.

Arguments

url

the url to post.

body

a list of named arguments to be sent as the body of the post request.

verbose

should verbose output from the http request be returned? default FALSE.

See Also

taf_api builds a TAF web service url.

icesTAF-package gives an overview of the package.