.h2o.doPOST | R Documentation |
Just like doRawPOST but fills in the default h2oRestApiVersion if none is provided
.h2o.doPOST(h2oRestApiVersion, urlSuffix, parms, ...)
h2oRestApiVersion |
(Optional) A version number to prefix to the urlSuffix. If no version is provided, a default version is chosen for you. |
urlSuffix |
The partial URL suffix to add to the calculated base URL for the instance |
parms |
(Optional) Parameters to include in the request |
... |
(Optional) Additional parameters. |
A list object as described above
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.