View source: R/request-helpers.R
db_request | R Documentation |
Databricks Request Helper
db_request(endpoint, method, version = NULL, body = NULL, host, token, ...)
endpoint |
Databricks REST API Endpoint |
method |
Passed to |
version |
String, API version of endpoint. E.g. |
body |
Named list, passed to |
host |
Databricks host, defaults to |
token |
Databricks token, defaults to |
... |
Parameters passed on to |
request
Other Request Helpers:
db_perform_request()
,
db_req_error_body()
,
db_request_json()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.