List the name, default, and data type of the system and session options

drill_options(drill_con, pattern = NULL)

Arguments

drill_con

drill server connection object setup by drill_connection()

pattern

pattern to filter results by

References

Drill documentation

See also

Examples

# NOT RUN {
drill_connection() %>% drill_options()
# }