drill_opts {sergeant} | R Documentation |
Show all the available Drill options
Description
Show all the available Drill options
Usage
drill_opts(drill_con, browse = FALSE)
Arguments
drill_con |
drill server connection object setup by |
browse |
if |
Value
data frame
Note
You must be using Drill 1.15.0+ to use this function
References
See Also
Other Drill direct REST API Interface:
drill_active()
,
drill_cancel()
,
drill_connection()
,
drill_functions()
,
drill_metrics()
,
drill_options()
,
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_opts()
## End(Not run)
[Package sergeant version 0.9.1 Index]