open_workspace {brickster} | R Documentation |
Connect to Databricks Workspace
Description
Connect to Databricks Workspace
Usage
open_workspace(host = db_host(), token = db_token(), name = NULL)
Arguments
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
name |
Desired name to assign the connection |
Examples
## Not run:
open_workspace(host = db_host(), token = db_token, name = "MyWorkspace")
## End(Not run)
[Package brickster version 0.2.8.1 Index]