doAPICall | R Documentation |
The function always returns the XML file content provided by the server.
doAPICall(
api.call,
id = NULL,
url.args = list(),
post.args = list(),
file = NULL,
verbosity = NULL,
method,
...
)
api.call |
[ |
id |
[ |
url.args |
[ |
post.args |
[ |
file |
[ |
verbosity |
[ |
method |
[ |
... |
Another possibility to pass key-value pairs for the HTTP request query. Arguments passed via ... have a higher priority. |
[character(1)
]
Unparsed content of the returned XML file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.