View source: R/connection-pane.R
open_workspace | R Documentation |
Connect to Databricks Workspace
open_workspace(host = db_host(), token = db_token(), name = NULL)
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
name |
Desired name to assign the connection |
## Not run:
open_workspace(host = db_host(), token = db_token, name = "MyWorkspace")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.