drill_opts: Show all the available Drill options

Description Usage Arguments Value Note References See Also Examples

View source: R/rest-api.r

Description

Show all the available Drill options

Usage

1
drill_opts(drill_con, browse = FALSE)

Arguments

drill_con

drill server connection object setup by drill_connection()

browse

if TRUE display an HTML interacrtive HTML widget with the options as well as reutrn the data frame with the options Default if FALSE.

Value

data frame

Note

You must be using Drill 1.15.0+ to use this function

References

Drill documentation

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

1
2
3
4
## Not run: 
drill_connection() %>% drill_opts()

## End(Not run)

sergeant documentation built on Nov. 30, 2021, 1:06 a.m.