read_databrickscfg | R Documentation |
Reads Databricks CLI Config
read_databrickscfg(key = c("token", "host", "wsid"), profile = NULL)
key |
The value to fetch from profile. One of |
profile |
Character, the name of the profile to retrieve values |
Reads .databrickscfg
file and retrieves the values associated to
a given profile. Brickster searches for the config file in the user's home directory by default.
To see where this is you can run Sys.getenv("HOME") on unix-like operating systems,
or, Sys.getenv("USERPROFILE") on windows.
An alternate location will be used if the environment variable DATABRICKS_CONFIG_FILE
is set.
named list of values associated with profile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.