drill_options {sergeant}R Documentation

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

Description

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

Usage

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

Other Drill direct REST API Interface: drill_active(), drill_cancel(), drill_connection(), drill_functions(), drill_metrics(), drill_opts(), drill_profiles(), drill_profile(), drill_query(), drill_settings_reset(), drill_set(), drill_stats(), drill_status(), drill_storage(), drill_system_reset(), drill_threads(), drill_version()

Examples

## Not run: 
drill_connection() %>% drill_options()

## End(Not run)

[Package sergeant version 0.9.1 Index]