Learn R Programming

brickster (version 0.2.6)

open_workspace: 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 db_host().

token

Databricks workspace token, defaults to calling db_token().

name

Desired name to assign the connection

Examples

Run this code
if (FALSE) {
open_workspace(host = db_host(), token = db_token, name = "MyWorkspace")
}

Run the code above in your browser using DataLab