api.post | R Documentation |
Uses http POST call to post objects to the API.
api.post(endpoint, json_body, output = "list")
endpoint |
A character string containing a valid Onboard API endpoint. |
json_body |
A JSON payload to give to the POST call. |
output |
A character string, either "list" (default) or "dataframe", to specify the API output format. |
A list or data.frame of the API output.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.