Learn R Programming

sergeant (version 0.9.1)

drill_show_schemas: 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()