dolt-config | R Documentation |
Get and set Dolt configuration variables
dolt_config_get(
params = NULL,
global = TRUE,
local_dir = Sys.getenv("DOLT_DIR")
)
dolt_config_set(params, global = TRUE, local_dir = Sys.getenv("DOLT_DIR"))
params |
What parameters to get or set. Can include |
global |
Set global or database-specific credentials |
local_dir |
if not |
dolt_vars
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.