Set option parameters for sb_delete_event()
Examples
if (FALSE) { # \dontrun{
# Calling the function with no arguments returns all the defaults
sb_delete_event_option()
# Specifying specific arguments will alter those arguments alone while still
# returning the other defaults
sb_get_group_option(guess_col_type = FALSE, interactive_mode = FALSE)
} # }