Get the status of Drill

drill_status(drill_con)

Arguments

drill_con

drill server connection object setup by drill_connection()

Note

The output of this is in a "viewer" window

See also

Examples

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