get | R Documentation |
Call an API using the GET method
get(path, options = NULL, credentials = NULL, verify = T, timeout = 30)
path |
The path to the API endpoint, excluding the hub URL (and not starting with a forward slash). |
options |
Optional list of query parameters in a named list |
credentials |
A credentials object to authenticate with. |
verify |
Optional. Whether to verify the SSL certificate of the API. Defaults to TRUE. |
timeout |
Optional. The timeout in seconds to wait for a response. Defaults to 30. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.