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"))
What parameters to get or set. Can include user.name
, user.email
,
and user.creds
. For dolt_config_set
, this should be a named character
vector or list with parameter names and values.
Set global or database-specific credentials
if not global
, what local database to set variables for
dolt_vars