dbxCtxMake: Create a Remote Language Context

Description Usage Arguments Details Value

View source: R/languageContext.R

Description

Create a Remote Language Context

Usage

1
2
3
4
5
dbxCtxMake(language = "python",
  instance = options("databricks")[[1]]$instance, wait = TRUE,
  verbose = FALSE, clusterId = options("databricks")[[1]]$clusterId,
  user = options("databricks")[[1]]$user,
  password = options("databricks")[[1]]$password)

Arguments

instance

is the instance of databricks

wait

should i wait for context to start?

clusterId

is the clusterId you're working with

user

your usename

password

your password

the

language context

private

should it modify options?

Details

see https://docs.databricks.com/api/1.2/index.html#execution-context

Value

a context object


saptarshiguha/rdatabricks documentation built on May 26, 2019, 3:35 a.m.