Change to a particular schema.
drill_use(drill_con, schema_name, .progress = interactive())drill server connection object setup by drill_connection()
A unique name for a Drill schema. A schema in Drill is a configured storage plugin, such as hive, or a storage plugin and workspace.
if TRUE (default if in an interactive session) then ask
httr::RETRY to display a progress bar
Other Dill direct REST API Interface:
drill_show_files(),
drill_show_schemas()