db_repl | R Documentation |
Remote REPL to Databricks Cluster
db_repl(
cluster_id,
language = c("r", "py", "scala", "sql", "sh"),
host = db_host(),
token = db_token()
)
cluster_id |
Cluster Id to create REPL context against. |
language |
for REPL ('r', 'py', 'scala', 'sql', 'sh') are supported. |
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
db_repl()
will take over the existing console and allow execution of
commands against a Databricks cluster. For RStudio users there are Addins
which can be bound to keyboard shortcuts to improve usability.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.