drill_show_schemas {sergeant}R Documentation

Returns a list of available schemas.

Description

Returns a list of available schemas.

Usage

drill_show_schemas(drill_con, .progress = interactive())

Arguments

drill_con

drill server connection object setup by drill_connection()

.progress

if TRUE (default if in an interactive session) then ask httr::RETRY to display a progress bar

References

Drill documentation

See Also

Other Dill direct REST API Interface: drill_show_files(), drill_use()


[Package sergeant version 0.9.1 Index]