Changes (optionally, all) system settings back to system defaults

drill_system_reset(drill_con, ..., all = FALSE)

Arguments

drill_con

drill server connection object setup by drill_connection()

...

bare name of system options to reset

all

if TRUE, all parameters are reset (... is ignored)

References

Drill documentation

See also

Examples

# NOT RUN {
drill_connection() %>% drill_system_reset(all=TRUE)
# }