Changes (optionally, all) system settings back to system defaults
drill_system_reset(drill_con, ..., all = FALSE)
drill server connection object setup by drill_connection()
drill_connection()
bare name of system options to reset
if TRUE, all parameters are reset (... is ignored)
TRUE
...
Drill documentation
not_run({ drill_connection() %>% drill_system_reset(all=TRUE) })