R/set.R
drill_settings_reset.Rd
Changes (optionally, all) session settings back to system defaults
drill_settings_reset(drill_con, ...)
drill_con | drill server connection object setup by |
---|---|
... | bare name of system options to reset |
Other Dill direct REST API Interface: drill_active
,
drill_cancel
,
drill_connection
,
drill_metrics
, drill_options
,
drill_profiles
,
drill_profile
, drill_query
,
drill_set
, drill_show_files
,
drill_show_schemas
,
drill_stats
, drill_status
,
drill_storage
,
drill_system_reset
,
drill_threads
, drill_use
,
drill_version
# NOT RUN { drill_connection() %>% drill_settings_reset(exec.errors.verbose) # }