Description Usage Arguments Value Note References See Also Examples
Show all the available Drill built-in functions & UDFs
1 | drill_functions(drill_con, browse = FALSE)
|
drill_con |
drill server connection object setup by |
browse |
if |
data frame
You must be using Drill 1.15.0+ to use this function
Other Drill direct REST API Interface:
drill_active()
,
drill_cancel()
,
drill_connection()
,
drill_metrics()
,
drill_options()
,
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()
1 2 3 4 | ## Not run:
drill_connection() %>% drill_functions()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.